mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-09-02 08:28:45 +00:00
Detour/Recast/Demo: Removed GCC reorder warnings (enabled -Wreorder under xcode).
Recast: RecastTimer should compile with null implementation under Linux now.
This commit is contained in:
@@ -21,6 +21,11 @@
|
||||
Sample_StatMesh::Sample_StatMesh() :
|
||||
m_navMesh(0),
|
||||
m_toolMode(TOOLMODE_PATHFIND),
|
||||
m_startRef(0),
|
||||
m_endRef(0),
|
||||
m_npolys(0),
|
||||
m_nstraightPath(0),
|
||||
m_distanceToWall(0),
|
||||
m_sposSet(false),
|
||||
m_eposSet(false)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user