From 643979c5aaabeb303b5d50cafb25e1e41bc6949a Mon Sep 17 00:00:00 2001 From: Beq Date: Sat, 19 Oct 2024 03:01:35 +0100 Subject: [PATCH] FIRE-34681 - Beq broke the camera sigh... --- indra/newview/llappviewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index c4bc06967c..5dd8594453 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1791,7 +1791,7 @@ bool LLAppViewer::doFrame() display(); - if (LLStartUp::getStartupState() != STATE_STARTED) // FIRE-34590 - Bugsplat caused by updating maps before world is loaded. + if (LLStartUp::getStartupState() == STATE_STARTED) // FIRE-34590 - Bugsplat caused by updating maps before world is loaded. { LLPerfStats::RecordSceneTime T(LLPerfStats::StatType_t::RENDER_IDLE); LL_PROFILE_ZONE_NAMED_CATEGORY_APP("df Snapshot");