Save: Crashes are unavoidable, but we must try our best to avoid them.

I just realized is you click resume after gong to the other end of the runway will flip you into the air. That's bad. This is all I can do to prevent it...
This commit is contained in:
Marsdolphin 2020-03-11 21:01:40 +08:00 committed by GitHub
parent c2ac6fe27f
commit 937bdfa7ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 1 deletions
gui/dialogs

View File

@ -56,7 +56,16 @@
<command>nasal</command>
<script>save.resume()</script>
</binding>
<binding>
<command>property-assign</command>
<property>velocities/groundspeed-kt</property>
<value>0</value>
</binding>
<binding>
<command>property-assign</command>
<property>/position/altitude-agl-ft</property>
<value>0</value>
</binding>
</button>