summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-08-29 15:20:20 -0700
committerRichard Linden <none@none>2013-08-29 15:20:20 -0700
commite2212f86338728622651619f52e894f265aa320a (patch)
tree4c641f1adb2c5117dece48b7ec839aacba035f82 /indra/newview
parentb1297dce44ccf4b4875ec9ce0d9d78d563d877ee (diff)
SH-4377 FIX: Interesting: Windows viewer crashes when SceneLoadingMonitorEnabled is enabled
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llscenemonitor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llscenemonitor.cpp b/indra/newview/llscenemonitor.cpp
index ecffc67993..666fb1a0e5 100644
--- a/indra/newview/llscenemonitor.cpp
+++ b/indra/newview/llscenemonitor.cpp
@@ -283,6 +283,7 @@ void LLSceneMonitor::capture()
else
{
mEnabled = enabled;
+ reset();
freezeScene();
}
}