Prechádzať zdrojové kódy

Show profiler by default in TestSceneOld.

Lasse Öörni 14 rokov pred
rodič
commit
cbad673d09
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      Bin/Data/Scripts/TestSceneOld.as

+ 1 - 1
Bin/Data/Scripts/TestSceneOld.as

@@ -283,7 +283,7 @@ void InitConsole()
 
     DebugHud@ hud = engine.CreateDebugHud();
     debugHud.style = uiStyle;
-    debugHud.mode = DEBUGHUD_SHOW_STATS | DEBUGHUD_SHOW_MODE;
+    debugHud.mode = DEBUGHUD_SHOW_ALL;
 }
 
 void InitUI()