Skip to content

Commit

Permalink
unbreak glowColor (wasn't a typo afterall)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzion committed Sep 29, 2010
1 parent 849f9c5 commit 2a91d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Theme.py
Expand Up @@ -136,7 +136,7 @@ def get(value, type = str, default = None):
#since the original Frets on Fire. What glow_color allows you to do is set it so
#the glow is either the color of the fret it's over or it can be the color the image
#actually is (if the image is white then no matter what key is hit the glow will be white)
self.glowColor = get("glow_color", str, "frets")
self.glowColor = get("glow_color", str, "fret")
if not self.glowColor == "frets":
self.glowColor = self.hexToColor(self.glowColor)

Expand Down

0 comments on commit 2a91d2a

Please sign in to comment.