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:
@@ -19,15 +19,15 @@
|
||||
#endif
|
||||
|
||||
Sample_StatMeshTiled::Sample_StatMeshTiled() :
|
||||
m_keepInterResults(false),
|
||||
m_measurePerTileTimings(false),
|
||||
m_keepInterResults(false),
|
||||
m_tileSize(64),
|
||||
m_chunkyMesh(0),
|
||||
m_tileSet(0),
|
||||
m_polyMesh(0),
|
||||
m_drawMode(DRAWMODE_NAVMESH),
|
||||
m_tileSet(0),
|
||||
m_statPolysPerTileSamples(0),
|
||||
m_statTimePerTileSamples(0),
|
||||
m_statPolysPerTileSamples(0)
|
||||
m_drawMode(DRAWMODE_NAVMESH)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user