mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
Fix/match UpdateWorldData
This commit is contained in:
parent
381898db44
commit
ff0d847c61
@ -40,7 +40,7 @@ void OrientableROI::UpdateWorldData(const MxMatrixData& p_transform)
|
||||
if (m_comp)
|
||||
for (CompoundObject::iterator iter = m_comp->begin(); !(iter == m_comp->end()); iter++) {
|
||||
ROI* child = *iter;
|
||||
static_cast<OrientableROI*>(child)->UpdateWorldData(m_local2world);
|
||||
static_cast<OrientableROI*>(child)->UpdateWorldData(p_transform);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user