mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-31 07:00:06 +07:00
Fixed beam damage hit position
This commit is contained in:
@ -181,7 +181,7 @@ public class Damage{
|
||||
|
||||
if(collide && tile.team != team && tile.collide(hitter)){
|
||||
tile.collision(hitter);
|
||||
hitter.type.hit(hitter, tile.x, tile.y);
|
||||
hitter.type.hit(hitter, cx * tilesize, cy * tilesize);
|
||||
}
|
||||
|
||||
//try to heal the tile
|
||||
|
Reference in New Issue
Block a user