浏览代码

kill advanced or basic lighting render switch in editor
we don't use it, we haven't had it player facing selectable via options menu for years, and we've been actively discouraging folks from poking at The Busted for quite a while now. time it went bye bye

AzaezelX 3 年之前
父节点
当前提交
7d6f1d0592
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Templates/BaseGame/game/tools/worldEditor/scripts/lighting.ed.tscript

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

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