change function prototype slightly ot prevent incorrect use
This commit is contained in:
parent
0608e503f9
commit
96cab1a3cf
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ public:
|
|||
|
||||
//Starts an animation cycle. The first frame of the animation to start
|
||||
//may be set to any value
|
||||
void start_animation(int start_time=0, bool cycles=false, double acceleration=1);
|
||||
void start_animation(int start_time, bool cycles=false, double acceleration=1);
|
||||
|
||||
int get_begin_time() const;
|
||||
int get_end_time() const;
|
||||
|
|
Loading…
Add table
Reference in a new issue