- initialize /sim/rendering/on-screen-statistics, and
- increase it in steps from Menu->Debug
This commit is contained in:
parent
f4eada5a28
commit
d285a3598b
2 changed files with 3 additions and 2 deletions
|
@ -495,9 +495,9 @@
|
|||
<item>
|
||||
<label>Cycle On-Screen Statistics</label>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<command>property-adjust</command>
|
||||
<property>/sim/rendering/on-screen-statistics</property>
|
||||
<value>true</value>
|
||||
<step type="int">1</step>
|
||||
</binding>
|
||||
</item>
|
||||
</menu>
|
||||
|
|
|
@ -101,6 +101,7 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<shadows-to type="bool" userarchive="y">false</shadows-to>
|
||||
<shadows-debug type="bool" userarchive="y">false</shadows-debug>
|
||||
<fps-display type="bool" userarchive="y">false</fps-display>
|
||||
<on-screen-statistics type="int">0</on-screen-statistics>
|
||||
<glide-slope-tunnel type="bool" userarchive="y">false</glide-slope-tunnel>
|
||||
<redout>
|
||||
<enabled type="bool" userarchive="y">true</enabled>
|
||||
|
|
Loading…
Reference in a new issue