This commit is contained in:
DarthArgus
2016-07-25 02:46:02 +00:00
parent 8b9665a0f8
commit 5d6bb85fa3
@@ -95,8 +95,7 @@ FloorMesh::FloorMesh(const std::string & filename)
m_pathGraph(nullptr),
m_appearance(nullptr),
m_triMarkCounter(1000), // just some random number
m_objectFloor(false),
m_pathLines()
m_objectFloor(false)
{
#ifdef _DEBUG
@@ -3979,4 +3978,4 @@ bool FloorMesh::getDistanceUncrossable2d(Vector const & V, float maxDistance, fl
}
}
// ======================================================================
// ======================================================================