X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FTimer.cc;h=69d2405622f7031cf134715b053304b39afb5ea2;hp=b428f0aade848d1813b9d125b2acd9c238dbd5c1;hb=4f62ce947db282f0bbf4d49b3aafb83d7cf51adc;hpb=a295f8def17036c8071b56e181364f99a377cae7 diff --git a/src/Moof/Timer.cc b/src/Moof/Timer.cc index b428f0a..69d2405 100644 --- a/src/Moof/Timer.cc +++ b/src/Moof/Timer.cc @@ -152,6 +152,11 @@ bool Timer::isRepeating() const } +void Timer::fireIfExpired() +{ + fireIfExpired(getTicks()); +} + void Timer::fireIfExpired(Scalar t) { std::map::iterator it;