Satiate Issue 474 by showing a more sensible number for ARC by default.

http://code.google.com/p/singularity-viewer/issues/detail?id=474
Adds LiruSensibleARC debug setting, defaults to true.
Code ported from Imprudence.
This commit is contained in:
Lirusaito
2012-09-28 20:13:38 -04:00
parent cb33470673
commit f311852e9b
2 changed files with 153 additions and 96 deletions

View File

@@ -682,6 +682,18 @@
<key>Value</key>
<integer>0</integer>
</map>
<key>LiruSensibleARC</key>
<map>
<key>Comment</key>
<string>Use the old-style way to calculate Avatar Render Cost.
Found in Advanced->Rendering->Info Displays</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<integer>1</integer>
</map>
<key>ResetFocusOnSelfClick</key>
<map>
<key>Comment</key>