Skip to content

Commit

Permalink
removed self.isDrum from code not called by drums
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsitton committed Jun 10, 2011
1 parent 22e0ab1 commit 9c77a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Instrument.py
Expand Up @@ -1899,7 +1899,7 @@ def renderHitGlow(self):

f += 2

if not self.isDrum and self.battleStatus[4]:
if self.battleStatus[4]:
self.engine.draw3Dtex(self.glowDrawing, coord = (x, self.battleWhammyNow * .15, 0.01), rot = (f * 90 + self.time, 0, 1, 0),
texcoord = (0.0, 0.0, 1.0, 1.0), vertex = (-size[0] * f, -size[1] * f, size[0] * f, size[1] * f),
multiples = True, alpha = True, color = glowcol)
Expand Down

0 comments on commit 9c77a9b

Please sign in to comment.