mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
Fixed boats moving in the correct heading as according to the stream and attempted to fix the wakes direction.
#story[818]
This commit is contained in:
@@ -167,7 +167,7 @@ public class MarkGroup extends RaceObject {
|
||||
public void moveGroupBy (double x, double y, double rotation) {
|
||||
super.setLayoutX(super.getLayoutX() + x);
|
||||
super.setLayoutY(super.getLayoutY() + y);
|
||||
rotateTo(rotation + currentRotation);
|
||||
rotateTo(rotation);
|
||||
}
|
||||
|
||||
private void updateChildren (double timeInterval) {
|
||||
|
||||
Reference in New Issue
Block a user