Update BulletType.java (#11656)

This commit is contained in:
Cryofluid 2026-02-12 08:31:45 +08:00 committed by GitHub
parent 58c1aee0df
commit b22cfa0c74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -539,7 +539,7 @@ public class BulletType extends Content implements Cloneable{
}
public void hit(Bullet b, float x, float y){
hit(b, b.x, b.y, true);
hit(b, x, y, true);
}
public void hit(Bullet b, float x, float y, boolean createFrags){