mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
Navmesh load/save now uses builtin file abstraction.
This commit is contained in:
parent
f4c940f4fe
commit
f42e12940c
5 changed files with 60 additions and 49 deletions
|
|
@ -154,7 +154,7 @@ private:
|
|||
dtQueryFilter mFilter;
|
||||
S32 mCurIndex;
|
||||
Vector<Point3F> mPoints;
|
||||
Vector<unsigned short> mFlags;
|
||||
Vector<U16> mFlags;
|
||||
Vector<Point3F> mVisitPoints;
|
||||
F32 mLength;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue