fix: glfw error not properly formatted, so format args were ignored
This commit is contained in:
parent
11df6595c0
commit
3521f50d1b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue