mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Merge pull request #844 from Azaezel/alpha401/killBasic
kill advanced or basic lighting render switch in editor
This commit is contained in:
commit
7ff768c876
|
|
@ -23,7 +23,7 @@
|
|||
function EditorLightingMenu::onAdd( %this )
|
||||
{
|
||||
Parent::onAdd( %this );
|
||||
|
||||
return;
|
||||
// Get the light manager names.
|
||||
%lightManagers = getLightManagerNames();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue