Changed entity ownership model to use smart pointers
This commit is contained in:
@@ -115,11 +115,3 @@ protected:
|
||||
bool m_AreBiomesValid;
|
||||
bool m_ShouldMarkDirty;
|
||||
};
|
||||
|
||||
typedef std::unique_ptr<cSetChunkData> cSetChunkDataPtr;
|
||||
typedef std::vector<cSetChunkDataPtr> cSetChunkDataPtrs;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user