mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-19 14:43:47 +00:00
cleanup
add select tool cleanup more from guinaveditorctrl and scripts
This commit is contained in:
parent
3946017556
commit
24ec55e8bc
9 changed files with 252 additions and 208 deletions
|
|
@ -367,6 +367,9 @@ bool NavMeshTestTool::updateGuiInfo()
|
|||
if (mSpawnClass != String::EmptyString && mSpawnDatablock != String::EmptyString)
|
||||
text += " CTRL+LMB To spawn a new Bot.";
|
||||
|
||||
if (mSelectFollow)
|
||||
text = "LMB To select Follow Target.";
|
||||
|
||||
if (statusbar)
|
||||
Con::executef(statusbar, "setInfo", text.c_str());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue