mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
fix stop button
This commit is contained in:
parent
20976b485c
commit
8fa132707d
1 changed files with 1 additions and 1 deletions
|
|
@ -485,7 +485,7 @@ $guiContent = new GuiNavEditorCtrl(NavEditorGui, EditorGuiGroup) {
|
||||||
VertSizing = "bottom";
|
VertSizing = "bottom";
|
||||||
Extent = "90 18";
|
Extent = "90 18";
|
||||||
text = "Stop";
|
text = "Stop";
|
||||||
command = "NavEditorGui.stop();";
|
command = "NavEditorGui.getPlayer().stop();";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue