mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-18 23:42:39 +00:00
Add missing initialization
This commit is contained in:
parent
a6c0c1921b
commit
a6260453ea
@ -20,7 +20,7 @@ namespace DetourNavigator
|
|||||||
struct NavMeshData
|
struct NavMeshData
|
||||||
{
|
{
|
||||||
NavMeshDataValue mValue;
|
NavMeshDataValue mValue;
|
||||||
int mSize;
|
int mSize = 0;
|
||||||
|
|
||||||
NavMeshData() = default;
|
NavMeshData() = default;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user