diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-09-23 16:49:47 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-09-23 16:49:47 +0300 |
commit | 3098d315a34f6d9e1bdf0f0de4e695a89626282f (patch) | |
tree | 492e8cbb545007a2c3f6c79a9ddf7381ce85c549 /indra/newview/llagent.cpp | |
parent | 81c287f877a48381bfa212ad00fe23aef260ef5f (diff) |
SL-18202 remove old autofps
Diffstat (limited to 'indra/newview/llagent.cpp')
-rw-r--r-- | indra/newview/llagent.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index 78c726043e..8a6186123e 100644 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -4097,7 +4097,6 @@ void LLAgent::handleTeleportFinished() } } - gPipeline.setAdjustmentTimerExpiry(gSavedSettings.getF32("InitialAdjustmentTimeout")); } void LLAgent::handleTeleportFailed() @@ -4130,7 +4129,6 @@ void LLAgent::handleTeleportFailed() mTPNeedsNeabyChatSeparator = false; - gPipeline.setAdjustmentTimerExpiry(gSavedSettings.getF32("InitialAdjustmentTimeout")); } /*static*/ |