summaryrefslogtreecommitdiff
path: root/vfg/src/Tag.h
diff options
context:
space:
mode:
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: