Skip to content

Commit

Permalink
This code from the previous commits isn't really needed, and rarely g…
Browse files Browse the repository at this point in the history
…ets called.
  • Loading branch information
mdsitton committed Sep 12, 2015
1 parent 83ef4bc commit aba5263
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fofix/game/guitarscene/GuitarScene.py
Expand Up @@ -3303,9 +3303,6 @@ def run(self, ticks): #QQstarS: Fix this funcion
sngPos = self.song.getPosition()
if sngPos <= 0.0:
self.songTime = sngPos - self.countdown * self.song.period
if self.songTime >= -.02 and self.songTime <= 0.02:
self.songTime = 0.0

if not self.resumeCountdown and not self.pause:
# increment song position
self.songTime += ticks
Expand Down

0 comments on commit aba5263

Please sign in to comment.