mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-07 09:27:51 +07:00
Fixed #8159
This commit is contained in:
parent
9c63165ef5
commit
b734fb948d
@ -761,7 +761,7 @@ public class MapObjectives implements Iterable<MapObjective>, Eachable<MapObject
|
||||
Lines.poly(pos.x, pos.y, sides, radius + 1f, rotation);
|
||||
}else{
|
||||
Draw.color(color);
|
||||
Fill.poly(pos.x, pos.y, sides, radius);
|
||||
Fill.poly(pos.x, pos.y, sides, radius, rotation);
|
||||
}
|
||||
|
||||
Draw.reset();
|
||||
|
Loading…
Reference in New Issue
Block a user