mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 03:01:17 +00:00
12 lines
180 B
C++
12 lines
180 B
C++
#include "viewlod.h"
|
|
|
|
// FUNCTION: LEGO1 0x100a5e40
|
|
// STUB: BETA10 0x10171bdf
|
|
ViewLOD::~ViewLOD()
|
|
{
|
|
// TODO: BETA10 mismatches
|
|
if (m_meshBuilder) {
|
|
delete m_meshBuilder;
|
|
}
|
|
}
|