diff --git a/src/naveditor/Editor.cpp b/src/naveditor/Editor.cpp index 230391db..e6cb0927 100644 --- a/src/naveditor/Editor.cpp +++ b/src/naveditor/Editor.cpp @@ -55,7 +55,10 @@ Editor::Editor() : m_navMesh(0), m_navQuery(0), m_crowd(0), - m_navMeshDrawFlags(DU_DRAWNAVMESH_OFFMESHCONS|DU_DRAWNAVMESH_CLOSEDLIST|DU_DRAWNAVMESH_VERTS|DU_DRAWNAVMESH_INNERBOUND|DU_DRAWNAVMESH_OUTERBOUND), + m_navMeshDrawFlags( + DU_DRAWNAVMESH_OFFMESHCONS|DU_DRAWNAVMESH_CLOSEDLIST| + DU_DRAWNAVMESH_VERTS|DU_DRAWNAVMESH_INNERBOUND| + DU_DRAWNAVMESH_OUTERBOUND|DU_DRAWNAVMESH_POLYCENTERS), m_filterLowHangingObstacles(true), m_filterLedgeSpans(true), m_filterWalkableLowHeightSpans(true),