diff --git a/src/gl/gl3device.cpp b/src/gl/gl3device.cpp index bd1b704..10cd077 100644 --- a/src/gl/gl3device.cpp +++ b/src/gl/gl3device.cpp @@ -1073,6 +1073,8 @@ startGLFW(void) } glGlobals.window = win; *glGlobals.pWindow = win; + glGlobals.presentWidth = 0; + glGlobals.presentHeight = 0; return 1; }