parent
631379cbc0
commit
b05ab692ba
|
|
@ -5287,7 +5287,7 @@ void LLPipeline::calcNearbyLights(LLCamera& camera)
|
|||
LL_PROFILE_ZONE_SCOPED_CATEGORY_DRAWPOOL;
|
||||
assertInitialized();
|
||||
|
||||
if (LLPipeline::sReflectionRender || gCubeSnapshot || LLPipeline::sRenderingHUDs)
|
||||
if (LLPipeline::sReflectionRender || gCubeSnapshot || LLPipeline::sRenderingHUDs || LLApp::isExiting())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue