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>
|
<legend>Reload Scenery</legend>
|
||||||
<binding>
|
<binding>
|
||||||
<command>reinit</command>
|
<command>reinit</command>
|
||||||
<subsystem>tile-manager</subsystem>
|
<subsystem>scenery</subsystem>
|
||||||
</binding>
|
</binding>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
|
|
@ -981,7 +981,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
if (reinit) {
|
if (reinit) {
|
||||||
fgcommand("reinit", props.Node.new({"subsystem": "tile-manager"}));
|
fgcommand("reinit", props.Node.new({"subsystem": "scenery"}));
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</binding>
|
</binding>
|
||||||
|
|
|
@ -202,7 +202,7 @@
|
||||||
|
|
||||||
if (reinit) {
|
if (reinit) {
|
||||||
fgcommand("reload-materials", props.Node.new());
|
fgcommand("reload-materials", props.Node.new());
|
||||||
fgcommand("reinit", props.Node.new({"subsystem": "tile-manager"}));
|
fgcommand("reinit", props.Node.new({"subsystem": "scenery"}));
|
||||||
}
|
}
|
||||||
]]>
|
]]>
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -630,7 +630,7 @@
|
||||||
<name>reload-scenery</name>
|
<name>reload-scenery</name>
|
||||||
<binding>
|
<binding>
|
||||||
<command>reinit</command>
|
<command>reinit</command>
|
||||||
<subsystem>tile-manager</subsystem>
|
<subsystem>scenery</subsystem>
|
||||||
</binding>
|
</binding>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue