1
0
Fork 0
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:
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;