mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
Starting new wake implementation.
This commit is contained in:
@@ -156,7 +156,7 @@ public class MarkGroup extends RaceObject {
|
||||
super.getTransforms().add(new Rotate(rotation, 0 , 0));
|
||||
}
|
||||
|
||||
public void updatePosition (double timeInterval) {
|
||||
public void updatePosition (long timeInterval) {
|
||||
double x = pixelVelocityX * timeInterval;
|
||||
double y = pixelVelocityY * timeInterval;
|
||||
double rotation = rotationalVelocity * timeInterval;
|
||||
|
||||
Reference in New Issue
Block a user