Skip to content

Commit

Permalink
random typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsitton committed Jul 31, 2011
1 parent 6dbe95f commit 644a6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Instrument.py
Expand Up @@ -823,7 +823,7 @@ def renderHitTrails(self, controls):
#Alarian: Animated hitflames
if self.hitglowAnim:

self.HCount =+ 1
self.HCount += 1
if self.HCount > self.Animspeed-1:
self.HCount = 0
HIndex = (self.HCount * self.HFrameLimit - (self.HCount * self.HFrameLimit) % self.Animspeed) / self.Animspeed
Expand Down

0 comments on commit 644a6d7

Please sign in to comment.