mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-10 14:14:33 +00:00
cleanup
Clean out the link vars and functions from guinaveditorctrl its now handled by the tool offmeshcontool: Add ability to continue to draw from the last links end point holding shift
This commit is contained in:
parent
2df2cb5c15
commit
a0b4b8627f
3 changed files with 12 additions and 57 deletions
|
|
@ -139,13 +139,6 @@ protected:
|
|||
/// The active tool in used by the editor.
|
||||
SimObjectPtr<NavMeshTool> mTool;
|
||||
|
||||
/// @name Link mode
|
||||
/// @{
|
||||
|
||||
Point3F mLinkStart;
|
||||
S32 mCurLink;
|
||||
S32 mLink;
|
||||
|
||||
/// @}
|
||||
|
||||
/// @name Tile mode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue