mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-11 02:31:17 +00:00
Cleanup
This commit is contained in:
parent
71be68d144
commit
b4e16e8549
@ -234,7 +234,7 @@ LegoResult LegoLOD::Read(Tgl::Renderer* p_renderer, LegoTextureContainer* p_text
|
||||
if (numTextureIndices > 0) {
|
||||
textureIndices = new LegoU32[numPolys & USHRT_MAX][sizeOfArray(*textureIndices)];
|
||||
if (p_storage->Read(textureIndices, (numPolys & USHRT_MAX) * 3 * sizeof(LegoU32)) != SUCCESS) {
|
||||
assertIfBeta10(0);
|
||||
assertIfBeta10(0);
|
||||
goto done;
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
#include "viewlod.h"
|
||||
|
||||
// FUNCTION: LEGO1 0x100a5e40
|
||||
// STUB: BETA10 0x10171bdf
|
||||
// FUNCTION: BETA10 0x10171bdf
|
||||
ViewLOD::~ViewLOD()
|
||||
{
|
||||
// TODO: BETA10 mismatches
|
||||
if (m_meshBuilder) {
|
||||
delete m_meshBuilder;
|
||||
}
|
||||
// something else happens on BETA10 here
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user