Make R&D patch more noticable

pull/2645/head
Andrei Kortunov 5 years ago
parent 31c5c6d993
commit fd17a5acf4

@ -306,6 +306,10 @@ 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.
// OpenMW code - make dtMeshTile POD since R&D init it by memset
//private:
// dtMeshTile(const dtMeshTile&);
// dtMeshTile& operator=(const dtMeshTile&);
};
/// Get flags for edge in detail triangle.

Loading…
Cancel
Save