Fix GUI elements referencing "tile-manager"
This commit is contained in:
parent
2972f46729
commit
a5e848d8a5
4 changed files with 4 additions and 4 deletions
|
@ -70,7 +70,7 @@
|
|||
<legend>Reload Scenery</legend>
|
||||
<binding>
|
||||
<command>reinit</command>
|
||||
<subsystem>tile-manager</subsystem>
|
||||
<subsystem>scenery</subsystem>
|
||||
</binding>
|
||||
</button>
|
||||
|
||||
|
|
|
@ -981,7 +981,7 @@
|
|||
}
|
||||
|
||||
if (reinit) {
|
||||
fgcommand("reinit", props.Node.new({"subsystem": "tile-manager"}));
|
||||
fgcommand("reinit", props.Node.new({"subsystem": "scenery"}));
|
||||
}
|
||||
</script>
|
||||
</binding>
|
||||
|
|
|
@ -202,7 +202,7 @@
|
|||
|
||||
if (reinit) {
|
||||
fgcommand("reload-materials", props.Node.new());
|
||||
fgcommand("reinit", props.Node.new({"subsystem": "tile-manager"}));
|
||||
fgcommand("reinit", props.Node.new({"subsystem": "scenery"}));
|
||||
}
|
||||
]]>
|
||||
</script>
|
||||
|
|
|
@ -630,7 +630,7 @@
|
|||
<name>reload-scenery</name>
|
||||
<binding>
|
||||
<command>reinit</command>
|
||||
<subsystem>tile-manager</subsystem>
|
||||
<subsystem>scenery</subsystem>
|
||||
</binding>
|
||||
</item>
|
||||
|
||||
|
|
Loading…
Reference in a new issue