Fix: RecordUtil.getRecordValueWithUnit

This commit is contained in:
2018-12-03 01:14:10 +09:00
parent eb61871526
commit 123a715bac
15 changed files with 19 additions and 8 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ var Start = {
// bottom ui
var screenBottomUI = new ScreenBottomUI();
screenBottomUI.printLeftText("");
screenBottomUI.printLeftTextWithAppHighestRecord(sessionStorageManager.getAppHighestRecord());
screenBottomUI.printCenterText(sessionStorageManager.getPlayingAppKoreanName());
screenBottomUI.printRightText(sessionStorageManager.getPlayerName());