mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
Merge branch 'Story1124_Sparkline' into 'develop'
Fixing Ordering # Changes * Fixed ordering which was broken from a previous commit * Removed Sparkline as we could not get it working in time # Testing * Manual testlog only See merge request !65
This commit is contained in:
@@ -290,7 +290,7 @@ public class ClientYacht extends Observable {
|
||||
this.markRoundTime = markRoundTime;
|
||||
timeSinceLastMarkProperty.set(timeSinceLastMark);
|
||||
lastMarkRounded = mark;
|
||||
legNumber += 1;
|
||||
legNumber++;
|
||||
for (MarkRoundingListener listener : markRoundingListeners) {
|
||||
listener.notifyRounding(this, lastMarkRounded, legNumber);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user