1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-05 15:55:45 +00:00

Add missing initialization

This commit is contained in:
elsid 2021-07-01 19:00:22 +02:00
parent a6c0c1921b
commit a6260453ea
No known key found for this signature in database
GPG Key ID: B845CB9FEE18AB40

View File

@ -20,7 +20,7 @@ namespace DetourNavigator
struct NavMeshData
{
NavMeshDataValue mValue;
int mSize;
int mSize = 0;
NavMeshData() = default;