mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-10 00:41:17 -07:00
Update BulletType.java (#11656)
This commit is contained in:
parent
58c1aee0df
commit
b22cfa0c74
1 changed files with 1 additions and 1 deletions
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue