diff options
Diffstat (limited to 'src/core.c')
| -rw-r--r-- | src/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -836,7 +836,7 @@ void SetWindowSize(int width, int height) } // Show the window -__stdcall void ShowWindow(void) +void UnhideWindow(void) { #if defined(PLATFORM_DESKTOP) glfwShowWindow(window); |
