Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsitton committed Jun 9, 2011
1 parent 530b7d9 commit 8739596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Theme.py
Expand Up @@ -155,7 +155,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, "fret")
self.glowColor = get("glow_color", str, "frets")
if not self.glowColor == "frets":
self.glowColor = self.hexToColor(self.glowColor)

Expand Down

0 comments on commit 8739596

Please sign in to comment.