summaryrefslogtreecommitdiff
path: root/vfg/src/music.h
diff options
context:
space:
mode:
Diffstat (limited to 'vfg/src/music.h')
-rwxr-xr-xvfg/src/music.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vfg/src/music.h b/vfg/src/music.h
index 8792d6a..3fcd5ac 100755
--- a/vfg/src/music.h
+++ b/vfg/src/music.h
@@ -203,7 +203,7 @@ class song {
void setFlakeThresh(int tS,int tE);
void setKeyThresh(int millis);
void drawNotes(float hOffs);
- void draw(float hOffs,float scale);
+ void draw(float hOffs,float scale,bool showLyrics=true);
int missedNote();
int hitNote();
bool isPlaying;