mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 07:47:42 +00:00
Lots of bug fixes; working CPhazonSuitFilter
This commit is contained in:
@@ -664,11 +664,6 @@ bool CMetroidAreaCollider::MovingAABoxCollisionCheck_BoxVertexTri(const CCollisi
|
||||
{
|
||||
pointOut = float(d) * dir + point;
|
||||
normalOut = surf.GetNormal();
|
||||
if (normalOut.z > 100.f)
|
||||
{
|
||||
printf("");
|
||||
normalOut = surf.GetNormal();
|
||||
}
|
||||
ret = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user