Fixed error causing build failure.

#story[923] #bug #refactor
This commit is contained in:
Calum
2017-05-17 17:41:45 +12:00
parent f41858e2c7
commit 8a3a41294a
+1 -2
View File
@@ -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);
} }