mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Fixed error causing build failure.
#story[923] #bug #refactor
This commit is contained in:
@@ -286,8 +286,7 @@ public class BoatGroup extends RaceObject {
|
|||||||
rotationalVelocity = 0;
|
rotationalVelocity = 0;
|
||||||
wakeGenerationDelay--;
|
wakeGenerationDelay--;
|
||||||
} else {
|
} else {
|
||||||
wake.setRotationalVelocity(rotationalVelocity, rotationalGoal,
|
wake.setRotationalVelocity(rotationalVelocity, boat.getVelocity());
|
||||||
boat.getVelocity());
|
|
||||||
rotateTo(rotationalGoal);
|
rotateTo(rotationalGoal);
|
||||||
wake.rotate(rotationalGoal);
|
wake.rotate(rotationalGoal);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user