mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Bootstrap LegoLOD, implement/match ViewManager::FUN_100a66a0 (#625)
* Bootstrap LegoLOD, implement/match ViewManager::FUN_100a66a0 * Fixes * Try fix * Try this * Fix
This commit is contained in:

committed by
GitHub

parent
b8aa16ff80
commit
c9210c02fb
7
LEGO1/viewmanager/viewlod.cpp
Normal file
7
LEGO1/viewmanager/viewlod.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "viewlod.h"
|
||||
|
||||
// FUNCTION: LEGO1 0x100a5e40
|
||||
ViewLOD::~ViewLOD()
|
||||
{
|
||||
delete m_meshGroup;
|
||||
}
|
Reference in New Issue
Block a user