Fix: remove game argument for ScreenBottom constructor

This commit is contained in:
2018-05-16 10:26:40 +09:00
parent 3ed621d9f3
commit c307c69d8b
5 changed files with 14 additions and 24 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class MenuApp {
// bottom
let screenBottom = new ScreenBottom(game);
let screenBottom = new ScreenBottom();
screenBottom.makeBottomLine();
// screenBottom.printBottomLeftText("게임 진행 정보");
let playingAppName = appInfoManager.getAppNameKorean(sessionStorageManager.playingAppName);