#2039 BugSplat Crash #1494687: LLPipeline::calcNearbyLights(LLCamera&)

master
Alexander Gavriliuk 2024-07-16 14:14:36 +02:00 committed by Guru
parent 631379cbc0
commit b05ab692ba
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}