Browse Source

Added missed lines to init the reflection probe baking gui

Areloch 6 years ago
parent
commit
7bedf48046
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Templates/BaseGame/game/tools/worldEditor/main.cs

+ 2 - 0
Templates/BaseGame/game/tools/worldEditor/main.cs

@@ -44,6 +44,7 @@ function initializeWorldEditor()
    exec("./gui/SelectObjectsWindow.ed.gui");
    exec("./gui/SelectObjectsWindow.ed.gui");
    exec("./gui/ProceduralTerrainPainterGui.gui" );
    exec("./gui/ProceduralTerrainPainterGui.gui" );
    exec("./gui/shadowViz.gui" );
    exec("./gui/shadowViz.gui" );
+   exec("./gui/probeBakeDlg.gui" );
    
    
    // Load Scripts.
    // Load Scripts.
    exec("./scripts/menus.ed.cs");
    exec("./scripts/menus.ed.cs");
@@ -66,6 +67,7 @@ function initializeWorldEditor()
    exec("./scripts/cameraCommands.ed.cs");
    exec("./scripts/cameraCommands.ed.cs");
    exec("./scripts/lightViz.cs");
    exec("./scripts/lightViz.cs");
    exec("./scripts/shadowViz.cs");
    exec("./scripts/shadowViz.cs");
+   exec("./scripts/probeBake.ed.cs");
 
 
    // Load Custom Editors
    // Load Custom Editors
    loadDirectory(expandFilename("./scripts/editors"));
    loadDirectory(expandFilename("./scripts/editors"));