1
0
mirror of synced 2024-11-12 02:00:52 +01:00

sys: Fixed variable name copy-paste

This commit is contained in:
WerWolv 2021-08-29 22:17:43 +02:00
parent 633fa7213a
commit 1a157c7256

View File

@ -146,7 +146,7 @@ namespace hex::init {
}
void WindowSplash::initGLFW() {
glfwSetErrorCallback([](int error, const char *description) {
glfwSetErrorCallback([](int error, const char *desc) {
log::error("GLFW Error [{}] : {}", error, desc);
});