Skip to content

Commit

Permalink
Shell: GL operations possible during packet handling
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Sep 15, 2019
1 parent 9ba128c commit 8e7949b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doomsday/tools/shell/src/linkwindow.cpp
Expand Up @@ -880,6 +880,8 @@ void LinkWindow::handleIncomingPackets()
{
using namespace network;

glActivate();

while (isConnected())
{
std::unique_ptr<Packet> packet(d->link->nextPacket());
Expand Down

0 comments on commit 8e7949b

Please sign in to comment.