Falling Bullet Knockback (Proximity Knockback Functions?) Do not work in Release build ONLY #74
Closed
opened 2 months ago by sigonasr2
·
1 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
This bug is caused by the first check for the collision being from the base IBullet class, which uses the radius to determine if the bullet has been hit. If that is the case the bullet becomes disabled but none of the side effects of the bullet activate effectively removing the knockback or any other side effects from occurring on the child class. Fixed in commit
0d15ad2fa7
.