mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Arrows now rendered in correct orientation but rounding arc sometimes inverted.
#implement #story[1118]
This commit is contained in:
@@ -128,6 +128,8 @@ public class RaceViewController extends Thread implements ImportantAnnotationDel
|
||||
gameView.setWindDir(newDirection.doubleValue());
|
||||
updateWindDirection(newDirection.doubleValue());
|
||||
});
|
||||
updateWindDirection(raceState.windDirectionProperty().doubleValue());
|
||||
gameView.setWindDir(raceState.windDirectionProperty().doubleValue());
|
||||
for (ClientYacht yacht : participants.values()) {
|
||||
yacht.placingProperty().addListener((obs, oldPlacing, newPlacing) -> {
|
||||
updateOrder();
|
||||
|
||||
Reference in New Issue
Block a user