summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorAlexander Gavriliuk <alexandrgproductengine@lindenlab.com>2024-07-17 22:16:20 +0200
committerGuru <alexandrgproductengine@lindenlab.com>2024-07-19 13:07:26 +0200
commitf0d7ccdbe0ccadb47847ca9ed2939c7c8ed06788 (patch)
tree5067930e931e74d62bee8dec7b675c4bb53c4e96 /indra/newview
parentb0e249d5ae0d3c4633ece8de6e71b99f34bf88f5 (diff)
#2053 BugSplat Crash #1494325: LLVOVolume::getReflectionProbeNearClip()
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llviewerdisplay.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerdisplay.cpp b/indra/newview/llviewerdisplay.cpp
index adcf91f4ed..2ae3d016c4 100644
--- a/indra/newview/llviewerdisplay.cpp
+++ b/indra/newview/llviewerdisplay.cpp
@@ -654,7 +654,7 @@ void display(bool rebuild, F32 zoom_factor, int subfield, bool for_snapshot)
gPipeline.resetFrameStats(); // Reset per-frame statistics.
- if (!gDisconnected)
+ if (!gDisconnected && !LLApp::isExiting())
{
// Render mirrors and associated hero probes before we render the rest of the scene.
// This ensures the scene state in the hero probes are exactly the same as the rest of the scene before we render it.