Skip to content

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsitton committed Aug 22, 2010
1 parent cc7830f commit c5a150e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Guitar.py
Expand Up @@ -864,7 +864,7 @@ def renderNotes(self, visibility, song, pos, killswitch):
continue
if z < 0 and not (event.played or event.hopod):
color = (.6, .6, .6, .5 * visibility * f)
flat = False
flat = False
###endCapo###
else:#Notes disappear when missed
if z < 0:
Expand All @@ -876,7 +876,7 @@ def renderNotes(self, visibility, song, pos, killswitch):
continue
else:
color = (.6, .6, .6, .5 * visibility * f)
flat = False
flat = False

big = False
self.bigMax = 0
Expand Down Expand Up @@ -1032,7 +1032,7 @@ def renderTails(self, visibility, song, pos, killswitch):
continue
if z < 0 and not (event.played or event.hopod):
color = (.6, .6, .6, .5 * visibility * f)
flat = False
flat = False
###endCapo###
else:#Notes disappear when missed
if z < 0:
Expand Down

0 comments on commit c5a150e

Please sign in to comment.