aboutsummaryrefslogtreecommitdiff
path: root/src/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core.c b/src/core.c
index bfd24a85..c61381fd 100644
--- a/src/core.c
+++ b/src/core.c
@@ -1347,6 +1347,7 @@ static void InitGraphics(void)
windowReady = true; // IMPORTANT!
#endif
}
+
#if defined(PLATFORM_DESKTOP) || defined(PLATFORM_WEB)
// GLFW3 Error Callback, runs on GLFW3 error
static void ErrorCallback(int error, const char *description)