Navmesh load/save now uses builtin file abstraction.

This commit is contained in:
Daniel Buckmaster 2014-11-28 20:24:11 +11:00
parent f4c940f4fe
commit f42e12940c
5 changed files with 60 additions and 49 deletions

View file

@ -154,7 +154,7 @@ private:
dtQueryFilter mFilter;
S32 mCurIndex;
Vector<Point3F> mPoints;
Vector<unsigned short> mFlags;
Vector<U16> mFlags;
Vector<Point3F> mVisitPoints;
F32 mLength;