mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +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
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue