Skip to content
Snippets Groups Projects
Commit bf99887c authored by Richard Linden's avatar Richard Linden
Browse files

SH-4453 FIX: Interesting: SceneLoadingMonitorEnabled does not work until the camera turns

set enabled flag before calling freeze scene
parent 5ddd5694
No related branches found
No related tags found
No related merge requests found
......@@ -274,17 +274,17 @@ void LLSceneMonitor::capture()
if(mEnabled != enabled)
{
if(mEnabled)
{
{
mEnabled = enabled;
unfreezeScene();
reset();
force_capture = true;
}
else
{
mEnabled = enabled;
freezeScene();
}
mEnabled = enabled;
}
if (mEnabled
......
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