parent
871cd1a76a
commit
2d4956feeb
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ int main(void)
|
||||||
// GLFW3: Error callback
|
// GLFW3: Error callback
|
||||||
static void ErrorCallback(int error, const char *description)
|
static void ErrorCallback(int error, const char *description)
|
||||||
{
|
{
|
||||||
fprintf(stderr, description);
|
fprintf(stderr, "%s", description);
|
||||||
}
|
}
|
||||||
|
|
||||||
// GLFW3: Keyboard callback
|
// GLFW3: Keyboard callback
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue