1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-04-30 17:11:23 +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 struct NavMeshData
{ {
NavMeshDataValue mValue; NavMeshDataValue mValue;
int mSize; int mSize = 0;
NavMeshData() = default; NavMeshData() = default;