This commit is contained in:
Anuken 2023-01-12 08:36:47 -05:00
parent 9c63165ef5
commit b734fb948d

View File

@ -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();