Skip to content

Commit

Permalink
Instrument: comment useless operation
Browse files Browse the repository at this point in the history
Is this operation really useless?
  • Loading branch information
Linkid committed Feb 25, 2018
1 parent 4d1f6f5 commit 85d3e30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fofix/game/guitarscene/instruments/Instrument.py
Expand Up @@ -808,7 +808,7 @@ def renderAnimatedFlames(self, song, pos):
else:
y -= self.hitFlameOffset[event.number]

y + .665
# y += .665 # XXX: see if it's useless

ff += 1.5 #ff first time is 2.75 after this

Expand Down Expand Up @@ -893,7 +893,7 @@ def renderFlames(self, song, pos):
else:
y -= self.hitFlameOffset[event.number]

y + .665
# y += .665 # XXX: see if it's useless

ff += 1.5 #ff first time is 2.75 after this

Expand Down

0 comments on commit 85d3e30

Please sign in to comment.