gui/dialogs/time-mode.xml: added control of fixed-dt.
If /sim/time/fixed-dt is not zero and time mode is simple-time, we use the specified fixed dt value regardless of framerate. Useful for creating videos.
This commit is contained in:
parent
0395b916c9
commit
3699884297
1 changed files with 10 additions and 0 deletions
|
@ -83,6 +83,16 @@
|
|||
</script>
|
||||
</binding>
|
||||
</radio>
|
||||
<input>
|
||||
<property>/sim/time/fixed-dt</property>
|
||||
<label>Fixed dt</label>
|
||||
<live>true</live>
|
||||
<halign>left</halign>
|
||||
<label></label>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
</input>
|
||||
</group>
|
||||
|
||||
</PropertyList>
|
||||
|
|
Loading…
Reference in a new issue