mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 12:27:43 +00:00
PASDatabase imps
Add SpecialFunction loader
This commit is contained in:
@@ -20,14 +20,14 @@ CRayCastResult CCollidableOBBTree::CastRayInternal(const CInternalRayCastStructu
|
||||
|
||||
}
|
||||
|
||||
zeus::CAABox CCollidableOBBTree::CalculateAABox(const zeus::CTransform&) const
|
||||
zeus::CAABox CCollidableOBBTree::CalculateAABox(const zeus::CTransform& xf) const
|
||||
{
|
||||
return x10_tree->CalculateLocalAABox();
|
||||
return x10_tree->CalculateAABox(xf);
|
||||
}
|
||||
|
||||
zeus::CAABox CCollidableOBBTree::CalculateLocalAABox() const
|
||||
{
|
||||
|
||||
return x10_tree->CalculateLocalAABox();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user