mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-27 06:51:30 -08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
b08f198629
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue