mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-09 23:53:02 +00:00
Match Mx3DPointFloat overloads on BETA10 (#1682)
* Match Mx3DPointFloat overloads on BETA10 --------- Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
@@ -270,6 +270,7 @@ inline void ViewManager::ManageVisibilityAndDetailRecursively(ViewROI* p_from, i
|
||||
p_from->SetLodLevel(ViewROI::c_lodLevelUnset);
|
||||
|
||||
for (CompoundObject::const_iterator it = comp->begin(); it != comp->end(); it++) {
|
||||
// LINE: BETA10 0x10172bbd
|
||||
ManageVisibilityAndDetailRecursively((ViewROI*) *it, p_lodLevel);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user