summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeq Janus <beqjanus@gmail.com>2024-07-02 18:59:30 +0100
committerGitHub <noreply@github.com>2024-07-02 12:59:30 -0500
commit2e836ab06f934038394b46e9c861312c0441b657 (patch)
treeeb60e4ff03ca997930b5d96bc9efbad1469ab4cf
parent475d0df4c152972665c978f7b0991f8726def03a (diff)
LL Issue#1835 - Input delays introduced in PBR viewers. (#1889)
-rw-r--r--indra/newview/llappviewer.h2
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