Skip to content

Commit

Permalink
Sorry Jeff, here's the original method
Browse files Browse the repository at this point in the history
  • Loading branch information
fmsbeekmans committed Jun 25, 2014
1 parent 4a45986 commit 7a98e41
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,12 @@ public void clear() {
this.getRoot().getChildren().remove(m);
});
}

@Override
public void redraw() {
this.clear();
this.getModel().getMarbles().forEach((k, v) -> {
this.placeMarble(k, v);
});
}
}

0 comments on commit 7a98e41

Please sign in to comment.