Merge pull request #844 from Azaezel/alpha401/killBasic

kill advanced or basic lighting render switch in editor
This commit is contained in:
Brian Roberts 2022-08-15 22:43:13 -05:00 committed by GitHub
commit 7ff768c876
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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