little fix for glfw

This commit is contained in:
aap 2020-04-30 10:17:00 +02:00
parent 86660a3ff3
commit d732817759
1 changed files with 2 additions and 0 deletions

View File

@ -1073,6 +1073,8 @@ startGLFW(void)
}
glGlobals.window = win;
*glGlobals.pWindow = win;
glGlobals.presentWidth = 0;
glGlobals.presentHeight = 0;
return 1;
}