diff options
author | Beq Janus <beqjanus@gmail.com> | 2024-07-02 18:59:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-02 12:59:30 -0500 |
commit | 2e836ab06f934038394b46e9c861312c0441b657 (patch) | |
tree | eb60e4ff03ca997930b5d96bc9efbad1469ab4cf | |
parent | 475d0df4c152972665c978f7b0991f8726def03a (diff) |
LL Issue#1835 - Input delays introduced in PBR viewers. (#1889)
-rw-r--r-- | indra/newview/llappviewer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.h b/indra/newview/llappviewer.h index 08fbbaa390..32d3df4f83 100644 --- a/indra/newview/llappviewer.h +++ b/indra/newview/llappviewer.h @@ -338,7 +338,7 @@ private: }; // consts from viewer.h -const S32 AGENT_UPDATES_PER_SECOND = 10; +const S32 AGENT_UPDATES_PER_SECOND = 125; // Value derived experimentally to avoid Input Delays with latest PBR-Capable Viewers when viewer FPS is highly volatile. const S32 AGENT_FORCE_UPDATES_PER_SECOND = 1; // Globals with external linkage. From viewer.h |