Skip to content

Commit

Permalink
fixed glut subwindow order in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Aug 17, 2023
1 parent da926d5 commit 5ec480e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/setup/windows/VRGlutEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ VRGlutEditor::VRGlutEditor() {
/** OpenSG Window **/
glutSetWindow(topWin);
winGL = glutCreateSubWindow(topWin, 0,0,width*0.6, height*0.6);
glutPopWindow();
glutEditors[winGL] = this;

cout << " Glut create window" << endl;
Expand Down

0 comments on commit 5ec480e

Please sign in to comment.