Remove non-existent member

This member was actually offMeshConsEnd
This commit is contained in:
Kawe Mazidjatari 2022-07-20 17:31:35 +02:00
parent 5b9b0164b1
commit 79b4d7889a

View File

@ -327,7 +327,6 @@ struct dtMeshTile
int dataSize; ///< Size of the tile data.
int flags; ///< Tile flags. (See: #dtTileFlags)
dtMeshTile* next; ///< The next free tile, or the next tile in the spatial grid.
__int64 unk1;
private:
dtMeshTile(const dtMeshTile&);
dtMeshTile& operator=(const dtMeshTile&);