Skip to content

Commit

Permalink
libgui|GuiLoop: GLWindow activation
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Sep 1, 2019
1 parent 42254e5 commit 77a42ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/libs/gui/src/guiloop.cpp
Expand Up @@ -61,8 +61,8 @@ void GuiLoop::nextLoopIteration()
{
if (d->window)
{
d->window->checkNativeEvents();
d->window->glActivate();
d->window->checkNativeEvents();
}

Loop::nextLoopIteration();
Expand Down

0 comments on commit 77a42ff

Please sign in to comment.