mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-16 11:13:11 +00:00
parent
871cd1a76a
commit
2d4956feeb
@ -219,7 +219,7 @@ int main(void)
|
||||
// GLFW3: Error callback
|
||||
static void ErrorCallback(int error, const char *description)
|
||||
{
|
||||
fprintf(stderr, description);
|
||||
fprintf(stderr, "%s", description);
|
||||
}
|
||||
|
||||
// GLFW3: Keyboard callback
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user