2
0
Эх сурвалжийг харах

Fixed compile error in PlatformQNX because Game::menu was renamed to Game::menuEvent.

Darryl Gough 13 жил өмнө
parent
commit
ee26073895

+ 1 - 1
gameplay/src/PlatformQNX.cpp

@@ -957,7 +957,7 @@ int Platform::enterMessagePump()
                 switch (bps_event_get_code(event))
                 {
                 case NAVIGATOR_SWIPE_DOWN:
-                    _game->menu();
+                    _game->menuEvent();
                     break;
                 case NAVIGATOR_WINDOW_STATE:
                 {