Change the fps toggle property name a bit and add a toggle switch in the
gui/dialog/rendering box.
This commit is contained in:
parent
10a3a7e8df
commit
c4f0a58b8f
2 changed files with 7 additions and 1 deletions
|
@ -42,6 +42,12 @@
|
|||
<label>Bump mapped clouds</label>
|
||||
<property>/sim/rendering/bump-mapping</property>
|
||||
</checkbox>
|
||||
|
||||
<checkbox>
|
||||
<halign>left</halign>
|
||||
<label>Show frame rate</label>
|
||||
<property>/sim/hud/draw-fps</property>
|
||||
</checkbox>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
|
|
|
@ -68,7 +68,7 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<hud>
|
||||
<path>Huds/Default/default.xml</path>
|
||||
<visibility type="bool">false</visibility>
|
||||
<draw-fps-when-off>false</draw-fps-when-off>
|
||||
<draw-fps>false</draw-fps>
|
||||
</hud>
|
||||
<systems>
|
||||
<autopilot>
|
||||
|
|
Loading…
Reference in a new issue