Skip to content

Commit

Permalink
Make glows glow the spColor when holding an spNote
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsitton committed Jun 17, 2011
1 parent 1601bd5 commit 20e0c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Instrument.py
Expand Up @@ -759,7 +759,7 @@ def renderHitTrails(self, controls):

w = self.boardWidth / self.strings

if self.starPowerActive:
if self.starPowerActive or self.spNote:
flameColor = self.spColor
else:
flameColor = 0
Expand Down

0 comments on commit 20e0c6b

Please sign in to comment.