From 20e0c6b3cbe3d18521977b78dd3d6eda94d15913 Mon Sep 17 00:00:00 2001 From: weirdpeople Date: Thu, 16 Jun 2011 20:17:44 -0500 Subject: [PATCH] Make glows glow the spColor when holding an spNote --- src/Instrument.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Instrument.py b/src/Instrument.py index eee9d90d6..c77090e8c 100644 --- a/src/Instrument.py +++ b/src/Instrument.py @@ -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