Removing dead code in race view controller and fixed mark rounding bug

This commit is contained in:
Kusal Ekanayake
2017-09-28 14:35:40 +13:00
parent 597fbe935f
commit 02aabc3162
5 changed files with 32 additions and 377 deletions
@@ -382,8 +382,8 @@ public class GameClient {
if (raceFinished) {
raceViewController.showFinishDialog(finishedBoats);
Sounds.playFinishSound();
close();
ViewManager.getInstance().getGameClient().stopGame();
// close();
// ViewManager.getInstance().getGameClient().stopGame();
//loadFinishScreenView();
}
raceState.setRaceFinished();