Initialize 'NavMeshPruneTool::m_hitPos'

This commit is contained in:
Kawe Mazidjatari 2023-02-21 18:03:24 +01:00
parent 0e14ea6592
commit 491e28f9a8

View File

@ -184,6 +184,9 @@ NavMeshPruneTool::NavMeshPruneTool() :
m_flags(0),
m_hitPosSet(false)
{
m_hitPos[0] = 0.0f;
m_hitPos[1] = 0.0f;
m_hitPos[2] = 0.0f;
}
NavMeshPruneTool::~NavMeshPruneTool()