Skip to content

Commit

Permalink
fix loading guitar frets from frets folder for drums
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsitton committed Jun 11, 2011
1 parent 00af909 commit 3a23d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drum.py
Expand Up @@ -180,7 +180,7 @@ def loadFrets(self):
engine = self.engine
themename = self.engine.data.themeLabel

get = lambda file: self.checkPath("tails", file)
get = lambda file: self.checkPath("frets", file)

if self.twoDkeys == True: #death_au
if engine.loadImgDrawing(self, "fretButtons", os.path.join("themes",themename, "frets", "drum", "fretbuttons.png")):
Expand Down

0 comments on commit 3a23d7c

Please sign in to comment.