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;
         }