1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-13 16:44:50 +02:00

#15 PSC fix Wayland display dispatch

This commit is contained in:
XProger
2019-03-15 00:33:36 +03:00
parent 193c6c9a3d
commit fe431c687c

View File

@@ -625,6 +625,8 @@ int main(int argc, char **argv) {
sndInit();
while (!Core::isQuit) {
wl_display_dispatch_pending(wlDisplay);
inputUpdate();
if (Game::update()) {