mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-18 05:44:53 +00:00
parent
8a8b6cf90b
commit
795f7e5251
3 changed files with 49 additions and 46 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue