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

Modified the size the game renders at

Brandon Slack 13 жил өмнө
parent
commit
7ba7ddb486

+ 1 - 1
gameplay/src/PlatformiOS.mm

@@ -145,7 +145,7 @@ int getKey(unichar keyCode);
         
         _game = Game::getInstance();
         __timeStart = getMachTimeInMilliseconds();
-        _game->run(WINDOW_WIDTH, WINDOW_HEIGHT);          
+        _game->run(WINDOW_WIDTH*scale, WINDOW_HEIGHT*scale);          
     }
     return self;
 }