Skip to content

Commit

Permalink
little fix for glfw
Browse files Browse the repository at this point in the history
  • Loading branch information
aap committed Apr 30, 2020
1 parent 86660a3 commit d732817
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gl/gl3device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1073,6 +1073,8 @@ startGLFW(void)
}
glGlobals.window = win;
*glGlobals.pWindow = win;
glGlobals.presentWidth = 0;
glGlobals.presentHeight = 0;
return 1;
}

Expand Down

0 comments on commit d732817

Please sign in to comment.