- 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>
|
<item>
|
||||||
<label>Cycle On-Screen Statistics</label>
|
<label>Cycle On-Screen Statistics</label>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-assign</command>
|
<command>property-adjust</command>
|
||||||
<property>/sim/rendering/on-screen-statistics</property>
|
<property>/sim/rendering/on-screen-statistics</property>
|
||||||
<value>true</value>
|
<step type="int">1</step>
|
||||||
</binding>
|
</binding>
|
||||||
</item>
|
</item>
|
||||||
</menu>
|
</menu>
|
||||||
|
|
|
@ -101,6 +101,7 @@ Started September 2000 by David Megginson, david@megginson.com
|
||||||
<shadows-to type="bool" userarchive="y">false</shadows-to>
|
<shadows-to type="bool" userarchive="y">false</shadows-to>
|
||||||
<shadows-debug type="bool" userarchive="y">false</shadows-debug>
|
<shadows-debug type="bool" userarchive="y">false</shadows-debug>
|
||||||
<fps-display type="bool" userarchive="y">false</fps-display>
|
<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>
|
<glide-slope-tunnel type="bool" userarchive="y">false</glide-slope-tunnel>
|
||||||
<redout>
|
<redout>
|
||||||
<enabled type="bool" userarchive="y">true</enabled>
|
<enabled type="bool" userarchive="y">true</enabled>
|
||||||
|
|
Loading…
Add table
Reference in a new issue