X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FTimer.cc;h=69d2405622f7031cf134715b053304b39afb5ea2;hp=b428f0aade848d1813b9d125b2acd9c238dbd5c1;hb=3f6e44698c38b74bb622ad81ea9d2daa636981d2;hpb=e495074443d9fd7bc16137084cf9de3d031b75c4 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;