parent
a0805bbdb6
commit
643979c5aa
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue