mirror of https://github.com/aap/librw.git
little fix for glfw
This commit is contained in:
parent
86660a3ff3
commit
d732817759
|
@ -1073,6 +1073,8 @@ startGLFW(void)
|
||||||
}
|
}
|
||||||
glGlobals.window = win;
|
glGlobals.window = win;
|
||||||
*glGlobals.pWindow = win;
|
*glGlobals.pWindow = win;
|
||||||
|
glGlobals.presentWidth = 0;
|
||||||
|
glGlobals.presentHeight = 0;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue