Added documentation

#document
This commit is contained in:
Calum
2017-07-26 16:03:11 +12:00
parent 8fc00fd750
commit 7392bdb80d
3 changed files with 7 additions and 0 deletions
@@ -330,6 +330,7 @@ public class CanvasController {
boatGroups.add(boatGroup);
annotations.getChildren().add(boatGroup.getAnnotations());
} else {
//Move annotations and boat to bottom of group keeping player ontop.
if (boatGroups.size() > 0) {
boatGroups.add(0, boatGroup);
} else {