Merge change Ic4918c30 into eclair
* changes: Fix a build break. Too many branches to keep track of.
This commit is contained in:
@@ -99,8 +99,6 @@ SimpleMeshContext::SimpleMeshContext()
|
|||||||
|
|
||||||
SimpleMeshContext::~SimpleMeshContext()
|
SimpleMeshContext::~SimpleMeshContext()
|
||||||
{
|
{
|
||||||
delete[] mVertexTypes;
|
|
||||||
delete[] mVertexBuffers;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -57,7 +57,6 @@ TypeState::TypeState()
|
|||||||
|
|
||||||
TypeState::~TypeState()
|
TypeState::~TypeState()
|
||||||
{
|
{
|
||||||
delete[] mLODs;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
size_t Type::getOffsetForFace(uint32_t face) const
|
size_t Type::getOffsetForFace(uint32_t face) const
|
||||||
|
|||||||
Reference in New Issue
Block a user