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:
Alistair McIntyre
2017-08-17 14:25:32 +12:00
6 changed files with 25 additions and 16 deletions
+1 -1
View File
@@ -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);
}