Updated example

This commit is contained in:
Ray
2025-11-29 18:20:06 +01:00
parent 9f567e6ee4
commit 18e1ec504f
2 changed files with 5 additions and 4 deletions

View File

@ -130,7 +130,7 @@ int InitPlatform(void); // Initialize platform (graphics, inputs and mo
void ClosePlatform(void); // Close platform
// Error callback event
static void ErrorCallback(int error, const char *description); // GLFW3 Error Callback, runs on GLFW3 error
static void ErrorCallback(int error, const char *description); // GLFW3 Error Callback, runs on GLFW3 error
// Window callbacks events
static void WindowSizeCallback(GLFWwindow *window, int width, int height); // GLFW3 WindowSize Callback, runs when window is resized