zhaoyang 2 년 전
부모
커밋
114ccbb207
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      GameClient/Assets/Game/HotUpdate/Controller/LogController.cs

+ 2 - 2
GameClient/Assets/Game/HotUpdate/Controller/LogController.cs

@@ -71,7 +71,7 @@ namespace GFGGame
                     }
                     if (LauncherConfig.onDebug >= 0)
                     {
-                        // ViewManager.Show(ViewName.LOG_VIEW);
+                        ViewManager.Show(ViewName.LOG_VIEW);
                     }
                     break;
                 default:
@@ -109,7 +109,7 @@ namespace GFGGame
         }
         private void OnBtnLogClick()
         {
-            // ViewManager.Show(ViewName.LOG_VIEW);
+            ViewManager.Show(ViewName.LOG_VIEW);
             _btnLog.m_c1.selectedIndex = 0;
             _btnLog.target.alpha = 0;
         }