z_parameter retail OK (#1649)

* z_parameter okay

* no u32
This commit is contained in:
engineer124
2024-01-29 08:20:21 +11:00
committed by GitHub
parent 8a8b6cf90b
commit 795f7e5251
3 changed files with 49 additions and 46 deletions
+1 -2
View File
@@ -2807,8 +2807,7 @@ void CollisionCheck_OC_JntSphVsJntSph(PlayState* play, CollisionCheckContext* co
continue;
}
if (Math3D_SphVsSphOverlap(&leftJntSphElem->dim.worldSphere, &rightJntSphElem->dim.worldSphere,
&overlapSize) ==
true) {
&overlapSize) == true) {
Vec3f leftPos;
Vec3f rightPos;