This commit is contained in:
2017-07-18 18:17:05 -04:00
parent b54d9cce96
commit d37aa83f7b
2 changed files with 8 additions and 9 deletions
+1 -3
View File
@@ -121,9 +121,7 @@ end
function Game:update_wobbles(dt)
if self.progress > 1 then
if self.track_wobble < self.track_max_wobble then
self.track_wobble = self.progress * self.track_max_wobble
end
self.track_wobble = self.progress * self.track_max_wobble
self.ball_wobble = self.progress * self.ball_max_wobble
end
end