From 6154e72d94cd7dc211f42843988776e3775fd2e4 Mon Sep 17 00:00:00 2001
From: Andrey Kleshchev <andreykproductengine@lindenlab.com>
Date: Wed, 11 Nov 2020 20:36:04 +0200
Subject: reverted part of SL-10625 since it is now obsolete

see SL-13565
---
 indra/newview/llappviewer.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'indra/newview')

diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 2fad3d8f24..1ac116d25f 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -1483,9 +1483,9 @@ bool LLAppViewer::doFrame()
 				display();
 
 				static U64 last_call = 0;
-				if (!gTeleportDisplay || gGLManager.mIsIntel) // SL-10625...throttle early, throttle often with Intel
+				if (!gTeleportDisplay)
 				{
-					// Frame/draw throttling
+					// Frame/draw throttling, controlled by FramePerSecondLimit
 					U64 elapsed_time = LLTimer::getTotalTime() - last_call;
 					if (elapsed_time < mMinMicroSecPerFrame)
 					{
-- 
cgit v1.2.3