summaryrefslogtreecommitdiff
path: root/vfg/src/Tag.h
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2012-12-12 10:57:40 +0000
committerComment <tim@gray.(none)>2012-12-12 10:57:40 +0000
commit19c84c74efd5b8ffd1fb8184037910c831990d2e (patch)
tree19032ce28fed70a58ae95cc9937c50681e978b50 /vfg/src/Tag.h
parent1db97e28061caec0b3e8ce998b92e1936edbf2e5 (diff)
version for galway gig
Diffstat (limited to 'vfg/src/Tag.h')
-rwxr-xr-xvfg/src/Tag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vfg/src/Tag.h b/vfg/src/Tag.h
index 1648136..7174872 100755
--- a/vfg/src/Tag.h
+++ b/vfg/src/Tag.h
@@ -24,7 +24,7 @@ class Tag: public Billboard {
public:
Tag(string name,int d,float xPct=0.5f,float yPct=0.5f): Billboard(name,xPct,yPct) {duration =d; end=false; };
void draw(float x, float y, float scale=1.0f);
- void play();
+ void play(int time=0);
void playEnd();
bool isPlaying;
protected: