mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Recast: fix crash caused by uninitialized member variable
Should've been initialized. Caused a crash sometimes when loading up the NavMeshTesterTool as this will be some random value.
This commit is contained in:
parent
c2df5e19bf
commit
4c37d8fc69
@ -63,6 +63,7 @@ Editor::Editor() :
|
||||
m_filterLedgeSpans(true),
|
||||
m_filterWalkableLowHeightSpans(true),
|
||||
m_selectedNavMeshType(NAVMESH_SMALL),
|
||||
m_loadedNavMeshType(NAVMESH_SMALL),
|
||||
m_navmeshName(NavMesh_GetNameForType(NAVMESH_SMALL)),
|
||||
m_tool(0),
|
||||
m_ctx(0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user