1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 23:53:52 +00:00

Merge pull request #2639 from akortunov/warnfix2

Make dtMeshTile POD
This commit is contained in:
Andrei Kortunov 2019-12-20 14:27:28 +04:00 committed by GitHub
commit 2f133000e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -306,9 +306,6 @@ struct dtMeshTile
int dataSize; ///< Size of the tile data. int dataSize; ///< Size of the tile data.
int flags; ///< Tile flags. (See: #dtTileFlags) int flags; ///< Tile flags. (See: #dtTileFlags)
dtMeshTile* next; ///< The next free tile, or the next tile in the spatial grid. dtMeshTile* next; ///< The next free tile, or the next tile in the spatial grid.
private:
dtMeshTile(const dtMeshTile&);
dtMeshTile& operator=(const dtMeshTile&);
}; };
/// Get flags for edge in detail triangle. /// Get flags for edge in detail triangle.