diff --git a/fofix/game/guitarscene/instruments/Instrument.py b/fofix/game/guitarscene/instruments/Instrument.py index 2ebe95f94..8f7a91923 100644 --- a/fofix/game/guitarscene/instruments/Instrument.py +++ b/fofix/game/guitarscene/instruments/Instrument.py @@ -2035,7 +2035,7 @@ def renderTails(self, visibility, song, pos, killswitch): if self.notedisappear == 0:#Notes keep on going when missed color = (.6, .6, .6, .5 * visibility * f) elif self.notedisappear == 1:#Notes disappear when missed - color = (0.0, 0.0, 0.0, 0.0) + color = (.6, .6, .6, .5 * visibility * f) if self.notedisappear == 2:#turn red when missed color = (1, 0, 0, 1)