Skip to content

Commit

Permalink
#15 PSC fix Wayland display dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
XProger committed Mar 14, 2019
1 parent 193c6c9 commit fe431c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/platform/psc/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,8 @@ int main(int argc, char **argv) {
sndInit();

while (!Core::isQuit) {
wl_display_dispatch_pending(wlDisplay);

inputUpdate();

if (Game::update()) {
Expand Down

0 comments on commit fe431c6

Please sign in to comment.