Browse Source

Merge pull request #844 from Azaezel/alpha401/killBasic

kill advanced or basic lighting render switch in editor
Brian Roberts 3 years ago
parent
commit
7ff768c876

+ 1 - 1
Templates/BaseGame/game/tools/worldEditor/scripts/lighting.ed.tscript

@@ -23,7 +23,7 @@
 function EditorLightingMenu::onAdd( %this )
 function EditorLightingMenu::onAdd( %this )
 {
 {
    Parent::onAdd( %this );
    Parent::onAdd( %this );
-   
+   return;
    // Get the light manager names.
    // Get the light manager names.
    %lightManagers = getLightManagerNames();
    %lightManagers = getLightManagerNames();