mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-01 03:39:42 +00:00
Add missing initialization
This commit is contained in:
parent
a6c0c1921b
commit
a6260453ea
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ namespace DetourNavigator
|
|||
struct NavMeshData
|
||||
{
|
||||
NavMeshDataValue mValue;
|
||||
int mSize;
|
||||
int mSize = 0;
|
||||
|
||||
NavMeshData() = default;
|
||||
|
||||
|
|
Loading…
Reference in a new issue