Merge pull request #2639 from akortunov/warnfix2

Make dtMeshTile POD
pull/556/head
Andrei Kortunov 5 years ago committed by GitHub
commit 2f133000e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -306,9 +306,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.
private:
dtMeshTile(const dtMeshTile&);
dtMeshTile& operator=(const dtMeshTile&);
};
/// Get flags for edge in detail triangle.

Loading…
Cancel
Save