diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index b4c433893dee4ce3facc1381a45d87ccc3566985..6a9d22dd073671fc03c29d237a2ca89b6693f2d6 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1425,8 +1425,7 @@ bool LLAppViewer::frame() gGLActive = TRUE; static U64 last_call = 0; - if (LLStartUp::getStartupState() == STATE_STARTED - && !gTeleportDisplay) + if (!gTeleportDisplay) { // Frame/draw throttling U64 elapsed_time = LLTimer::getTotalTime() - last_call;