mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 07:04:36 +00:00
Updated recast to 1.5.1
This commit is contained in:
parent
630949514a
commit
c7e5b35744
55 changed files with 3277 additions and 1460 deletions
|
|
@ -70,6 +70,10 @@ public:
|
|||
|
||||
inline const dtNavMeshQuery* getNavQuery() const { return m_navquery; }
|
||||
|
||||
private:
|
||||
// Explicitly disabled copy constructor and copy assignment operator.
|
||||
dtPathQueue(const dtPathQueue&);
|
||||
dtPathQueue& operator=(const dtPathQueue&);
|
||||
};
|
||||
|
||||
#endif // DETOURPATHQUEUE_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue