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