2
0
Ray 1 сар өмнө
parent
commit
76284f1a16

+ 2 - 2
src/platforms/rcore_desktop_glfw.c

@@ -1364,7 +1364,7 @@ int InitPlatform(void)
     glfwWindowHint(GLFW_AUTO_ICONIFY, 0);
 
     // Window flags requested before initialization to be applied after initialization
-    unsigned int requetedWindowFlags = CORE.Window.flags;
+    unsigned int requestedWindowFlags = CORE.Window.flags;
     
     // Check window creation flags
     if ((CORE.Window.flags & FLAG_FULLSCREEN_MODE) > 0) CORE.Window.fullscreen = true;
@@ -1677,7 +1677,7 @@ int InitPlatform(void)
     }
     
     // Apply window flags requested previous to initialization
-    SetWindowState(requetedWindowFlags);
+    SetWindowState(requestedWindowFlags);
 
     // Load OpenGL extensions
     // NOTE: GL procedures address loader is required to load extensions