Trying to get laylines to display on proper respective sides of the gate

Having a great time here, Not quite working. There was an issue where the laylines are crossed and I think its tied to the fact that sometimes the two seperate points of the gate mark appear to have the same x y coordinate so the line function doesnt work? idk

tags: #story[956] #pair[wmu16]
This commit is contained in:
William Muir
2017-05-25 00:22:15 +12:00
parent 3cbbdb070f
commit ffe70a8313
3 changed files with 32 additions and 19 deletions
@@ -427,6 +427,8 @@ public class StreamParser extends Thread{
}));
}
markPositions.get(boatId).put(markPacket);
}
}