Skip to content

Commit

Permalink
Fixes flame color error with guitar freestyle flame
Browse files Browse the repository at this point in the history
  • Loading branch information
erodozer committed Jun 16, 2011
1 parent ea2c204 commit 8f36057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Guitar.py
Expand Up @@ -155,7 +155,7 @@ def renderFrets(self, visibility, song, controls):
glDisable(GL_DEPTH_TEST)

def renderFreestyleFlames(self, visibility, controls):
if self.flameColors[0][0][0] == -1:
if self.flameColors[0][0] == -1:
return

w = self.boardWidth / self.strings
Expand Down

0 comments on commit 8f36057

Please sign in to comment.