mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Initialize 'NavMeshPruneTool::m_hitPos'
This commit is contained in:
parent
0e14ea6592
commit
491e28f9a8
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user