Skip to content

Commit

Permalink
Revert "Instrument: fix a typo in a boolean"
Browse files Browse the repository at this point in the history
This reverts commit 4d1f6f5.
  • Loading branch information
Linkid committed Feb 25, 2018
1 parent ba4b088 commit d72aabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fofix/game/guitarscene/instruments/Instrument.py
Original file line number Diff line number Diff line change
Expand Up @@ -1411,7 +1411,7 @@ def renderOpenNotes(self, visibility, song, pos):
if (not self.openStarNotesInView) and (not self.starNotesInView) and self.finalStarSeen:
self.spEnabled = True
self.finalStarSeen = False
self.isStarPhrase = False
self.isStarPhrase = Fals

#group rendering of 3D keys/frets into method
def render3DKey(self, texture, model, x, y, color, fretNum, f):
Expand Down

0 comments on commit d72aabb

Please sign in to comment.