diff options
| author | Comment <tim@gray.(none)> | 2012-12-18 12:45:26 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2012-12-18 12:45:26 +0000 |
| commit | 27e13ea8412d2a1f46345f9c0fcafa1e86551728 (patch) | |
| tree | 68b083f478b92029c1cbd8b8c2b431528c35495d /vfg/src/music.h | |
| parent | 066b911b19d93191fd5a89b8cd14c51aa18e2fd9 (diff) | |
final dublin version
Diffstat (limited to 'vfg/src/music.h')
| -rwxr-xr-x | vfg/src/music.h | 2 |
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;
|
