1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-18 05:44:53 +00:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 49 additions and 46 deletions

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;