Skip to content

Commit

Permalink
Merge pull request #137 from wrzwicky/wrz_vocalist
Browse files Browse the repository at this point in the history
Fix compile error
  • Loading branch information
Linkid committed Dec 1, 2017
2 parents 8fc2229 + c76412e commit d74ea79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fofix/game/guitarscene/instruments/Vocalist.py
Expand Up @@ -31,7 +31,7 @@
from fretwork import log

from fofix.core.Microphone import Microphone
from fofix.core.Image import ImgDrawing
from fofix.core.Image import ImgDrawing, drawImage
from fofix.game.song import VocalNote
from fofix.core.constants import *
from fofix.core.Language import _
Expand Down

0 comments on commit d74ea79

Please sign in to comment.