From 19c84c74efd5b8ffd1fb8184037910c831990d2e Mon Sep 17 00:00:00 2001 From: Comment Date: Wed, 12 Dec 2012 10:57:40 +0000 Subject: version for galway gig --- vfg/src/Tag.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vfg/src/Tag.h') 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: -- cgit v1.2.3