mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
Marks display correctly on the canvas, no double ups or anything like that left.
#[issue10]
This commit is contained in:
@@ -90,6 +90,7 @@ public class MarkGroup extends Group {
|
||||
{
|
||||
if (mainMark.getMarkType() == MarkType.SINGLE_MARK) {
|
||||
Circle markCircle = (Circle) super.getChildren().get(0);
|
||||
|
||||
markCircle.setCenterX(x);
|
||||
markCircle.setCenterY(y);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user