diff options
author | Richard Linden <none@none> | 2013-07-15 21:00:19 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-07-15 21:00:19 -0700 |
commit | bd078122e3a87e958fb6b0ea9caeef885298d527 (patch) | |
tree | 144f9c964b85d0f7f2776fbf13a01ab006e4d932 /indra/newview/app_settings/settings.xml | |
parent | 551ec2a56607bc6f9182f4e6410ef7f921bcac10 (diff) |
SH-4299 FIX: Interesting: High fps shown temporarily off scale in statistics console
timing of scene load recording extension now guaranteed > requested time step
removed double add of recorded data
removed spam
Diffstat (limited to 'indra/newview/app_settings/settings.xml')
-rwxr-xr-x | indra/newview/app_settings/settings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index a255793017..5bbe56bc0e 100755 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -9844,13 +9844,13 @@ <key>SceneLoadingPixelDiffThreshold</key> <map> <key>Comment</key> - <string>Amount of pixels changed required to consider the scene as still loading (fraction of pixels on screen)</string> + <string>Amount of pixels changed required to consider the scene as still loading (square root of fraction of pixels on screen)</string> <key>Persist</key> <integer>1</integer> <key>Type</key> <string>F32</string> <key>Value</key> - <real>0.0003</real> + <real>0.02</real> </map> <key>ScriptHelpFollowsCursor</key> <map> |