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
This commit is contained in:
AzaezelX 2022-08-14 18:50:47 -05:00
parent 3e88e2acb8
commit 7d6f1d0592

View file

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