From 2c77a197be1b1c5c19008f9cd5ea7508a61d1bfe Mon Sep 17 00:00:00 2001
From: andreykproductengine <andreykproductengine@lindenlab.com>
Date: Tue, 11 Jul 2017 11:38:52 +0300
Subject: [PATCH] MAINT-7554 Removed unneeded check

---
 indra/newview/llappviewer.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index b4c433893d..6a9d22dd07 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;
-- 
GitLab