mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-04-28 12:27:59 +03:00
Fix Collision issues.
This commit is contained in:
parent
20a93a5dcb
commit
ea4e2aea4b
1 changed files with 3 additions and 1 deletions
|
@ -654,7 +654,9 @@ bool PlayerShot_CheckPolyCollision(PlayerShot* shot, ObjectId objId, Object* obj
|
|||
}
|
||||
return false;
|
||||
}
|
||||
// return false;
|
||||
#ifdef AVOID_UB
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
||||
void PlayerShot_ApplyDamageToActor(PlayerShot* shot, Actor* actor, s32 hitIndex) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue