diff --git a/client/src/main.cpp b/client/src/main.cpp index e4b52db..418f8fb 100644 --- a/client/src/main.cpp +++ b/client/src/main.cpp @@ -91,7 +91,7 @@ int main() { } void errorCatcher(int id, const char* str) { - Logger::fatalErrorf("GLFW Error: [{}] {}", id, str); + Logger::fatalErrorf("GLFW Error: [%d] %s", id, str); } float lastTime;