mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-03 04:20:30 +00:00
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:
parent
3e88e2acb8
commit
7d6f1d0592
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
function EditorLightingMenu::onAdd( %this )
|
||||
{
|
||||
Parent::onAdd( %this );
|
||||
|
||||
return;
|
||||
// Get the light manager names.
|
||||
%lightManagers = getLightManagerNames();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue