diff --git a/LEGO1/viewmanager/viewlodlist.cpp b/LEGO1/viewmanager/viewlodlist.cpp index 9a8456fc..b92c1d52 100644 --- a/LEGO1/viewmanager/viewlodlist.cpp +++ b/LEGO1/viewmanager/viewlodlist.cpp @@ -42,6 +42,12 @@ ViewLODList* ViewLODListManager::Create(const ROIName& rROIName, int lodCount) return pLODList; } +// STUB: LEGO1 0x100a75b0 +ViewLODList* ViewLODListManager::Lookup(const ROIName&) const +{ + return NULL; +} + // STUB: LEGO1 0x100a7680 void ViewLODListManager::Destroy(ViewLODList* lodList) {