Skip to content
Snippets Groups Projects
Commit c262ef58 authored by Graham Linden's avatar Graham Linden
Browse files

NORSPEC-292 remove unnecessary call to setIsLight

parent f1c04467
No related branches found
No related tags found
No related merge requests found
...@@ -723,7 +723,6 @@ void LLPanelVolume::onLightCancelTexture(const LLSD& data) ...@@ -723,7 +723,6 @@ void LLPanelVolume::onLightCancelTexture(const LLSD& data)
// NORSPEC-292 // NORSPEC-292
// //
volobjp->setLightTextureID(LLUUID::null); volobjp->setLightTextureID(LLUUID::null);
volobjp->setIsLight(TRUE,TRUE);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment