default parameter for sync_frame_time()

This commit is contained in:
David Rose 2006-06-07 17:15:54 +00:00
parent 45fda2453a
commit abb862c7f0
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ PUBLISHED:
INLINE double get_average_frame_rate(Thread *current_thread = Thread::get_current_thread()) const;
void tick(Thread *current_thread = Thread::get_current_thread());
void sync_frame_time(Thread *current_thread);
void sync_frame_time(Thread *current_thread = Thread::get_current_thread());
INLINE bool check_errors(Thread *current_thread);