فهرست منبع

Fix intermittent Android crash on startup. Rewind before iterating through properties.

Ken Whatmough 13 سال پیش
والد
کامیت
370bd76e71
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      gameplay/src/Game.cpp

+ 1 - 0
gameplay/src/Game.cpp

@@ -577,6 +577,7 @@ void Game::loadGamepads()
     {
         // Check if there are any virtual gamepads included in the .config file.
         // If there are, create and initialize them.
+        _properties->rewind();
         Properties* inner = _properties->getNextNamespace();
         while (inner != NULL)
         {