mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-18 00:45:39 -04:00
Make R&D patch more noticable
This commit is contained in:
parent
31c5c6d993
commit
fd17a5acf4
@ -306,6 +306,10 @@ 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.
|
||||||
|
// 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.
|
/// Get flags for edge in detail triangle.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user