moveTo handled inside the loop.

This commit is contained in:
2023-12-03 16:31:25 -05:00
parent ab1b7db86c
commit d3306005a5
@@ -1029,8 +1029,6 @@ public enum BuildingManager {
// Build Path from vertices
outPath.moveTo(vertices.get(0).x, vertices.get(0).y);
for (Vector2f vertex : vertices) {
if (outPath.getCurrentPoint() == null)