Attempted to fix sparklines, temporarily disabled them for end of sprint.

This commit is contained in:
Zhi You Tan
2017-08-17 13:12:09 +12:00
parent 7b4a70817b
commit 3e383465a9
6 changed files with 24 additions and 16 deletions
+1 -1
View File
@@ -289,7 +289,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);
}