mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-31 00:15:55 -04:00
fix bug
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
// ======================================================================
|
||||
// ======================================================================
|
||||
|
||||
Reference in New Issue
Block a user