Crazy test

This commit is contained in:
Ray
2019-01-16 17:25:48 +01:00
parent ced7321089
commit a43f87e391
2 changed files with 2 additions and 2 deletions

View File

@@ -836,7 +836,7 @@ void SetWindowSize(int width, int height)
}
// Show the window
void ShowWindow(void)
__stdcall void ShowWindow(void)
{
#if defined(PLATFORM_DESKTOP)
glfwShowWindow(window);