1
0
Fork 0

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:
Julian Smith 2021-11-29 22:51:40 +00:00
parent 0395b916c9
commit 3699884297

View file

@ -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>