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:
marauder2k7 2025-07-25 08:46:55 +01:00
parent 2df2cb5c15
commit a0b4b8627f
3 changed files with 12 additions and 57 deletions

View file

@ -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