MAINT-7554 Removed unneeded check

meow-7.2.2
andreykproductengine 2017-07-11 11:38:52 +03:00
parent 1144fdc044
commit 2c77a197be
1 changed files with 1 additions and 2 deletions

View File

@ -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;