FIRE-34681 - Beq broke the camera

sigh...
master
Beq 2024-10-19 03:01:35 +01:00
parent a0805bbdb6
commit 643979c5aa
1 changed files with 1 additions and 1 deletions

View File

@ -1791,7 +1791,7 @@ bool LLAppViewer::doFrame()
display();
if (LLStartUp::getStartupState() != STATE_STARTED) // <FS:Beq/> FIRE-34590 - Bugsplat caused by updating maps before world is loaded.
if (LLStartUp::getStartupState() == STATE_STARTED) // <FS:Beq/> 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");