This commit is contained in:
buthed010203
2021-06-23 08:47:14 -04:00
committed by GitHub
parent 2613ff6796
commit f74c153a47

View File

@@ -297,7 +297,7 @@ public class BulletType extends Content implements Cloneable{
}
}
/** Called when the bullet reaches the end of its lifetime of is destroyed by something external. */
/** Called when the bullet reaches the end of its lifetime or is destroyed by something external. */
public void despawned(Bullet b){
if(despawnHit){
hit(b);