Helper method for path creation
This commit is contained in:
@@ -1053,10 +1053,9 @@ public enum BuildingManager {
|
||||
outPath.moveTo(vertex.x, vertex.y);
|
||||
else
|
||||
outPath.lineTo(vertex.x, vertex.y);
|
||||
|
||||
outPath.closePath();
|
||||
|
||||
}
|
||||
|
||||
outPath.closePath();
|
||||
return outPath;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user