This commit is contained in:
jonschz 2026-01-05 14:23:40 +01:00
parent 71be68d144
commit b4e16e8549
2 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
#include "viewlod.h" #include "viewlod.h"
// FUNCTION: LEGO1 0x100a5e40 // FUNCTION: LEGO1 0x100a5e40
// STUB: BETA10 0x10171bdf // FUNCTION: BETA10 0x10171bdf
ViewLOD::~ViewLOD() ViewLOD::~ViewLOD()
{ {
// TODO: BETA10 mismatches
if (m_meshBuilder) { if (m_meshBuilder) {
delete m_meshBuilder; delete m_meshBuilder;
} }
// something else happens on BETA10 here
} }