sys: Fixed variable name copy-paste
This commit is contained in:
parent
633fa7213a
commit
1a157c7256
@ -146,7 +146,7 @@ namespace hex::init {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void WindowSplash::initGLFW() {
|
void WindowSplash::initGLFW() {
|
||||||
glfwSetErrorCallback([](int error, const char *description) {
|
glfwSetErrorCallback([](int error, const char *desc) {
|
||||||
log::error("GLFW Error [{}] : {}", error, desc);
|
log::error("GLFW Error [{}] : {}", error, desc);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user