diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-11-11 20:36:04 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-11-11 20:38:24 +0200 |
commit | 6154e72d94cd7dc211f42843988776e3775fd2e4 (patch) | |
tree | 5752b6a64c5ecc6681e959c5b006257f30cc4b04 | |
parent | 6712ac57ec201a28c8a3f208405a6926604bcbb5 (diff) |
reverted part of SL-10625 since it is now obsolete
see SL-13565
-rw-r--r-- | indra/newview/llappviewer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |