Add debug options to reload materials and the scenery.
This commit is contained in:
parent
e91620a456
commit
2ddf719a82
2 changed files with 25 additions and 8 deletions
|
@ -88,6 +88,8 @@
|
|||
<reload-autopilot>Reload Autopilot</reload-autopilot>
|
||||
<reload-network>Reload Network</reload-network>
|
||||
<reload-model>Reload Aircraft Model</reload-model>
|
||||
<reload-materials>Reload Materials</reload-materials>
|
||||
<reload-scenery>Reload Scenery</reload-scenery>
|
||||
<nasal-console>Nasal Console</nasal-console>
|
||||
<development-keys>Development Keys</development-keys>
|
||||
<configure-dev-extension>Configure Development Extensions</configure-dev-extension>
|
||||
|
|
|
@ -552,15 +552,30 @@
|
|||
<command>reinit</command>
|
||||
<subsystem>io</subsystem>
|
||||
</binding>
|
||||
</item>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<name>reload-model</name>
|
||||
<binding>
|
||||
<command>reinit</command>
|
||||
<subsystem>aircraft-model</subsystem>
|
||||
</binding>
|
||||
</item>
|
||||
<item>
|
||||
<name>reload-model</name>
|
||||
<binding>
|
||||
<command>reinit</command>
|
||||
<subsystem>aircraft-model</subsystem>
|
||||
</binding>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<name>reload-materials</name>
|
||||
<binding>
|
||||
<command>reload-materials</command>
|
||||
</binding>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<name>reload-scenery</name>
|
||||
<binding>
|
||||
<command>reinit</command>
|
||||
<subsystem>tile-manager</subsystem>
|
||||
</binding>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<name>nasal-console</name>
|
||||
|
|
Loading…
Reference in a new issue