totally meant to write this wrong the first time to see if anyone was watching.

SVN revision: 65878
This commit is contained in:
Mike Blumenkrantz 2011-12-04 23:54:41 +00:00
parent 7e3d3eb914
commit 32808c9760
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ ecore_timer_reset(Ecore_Timer *timer)
add = timer->pending;
else
add = timer->at - now;
_ecore_timer_delay(timer, add);
_ecore_timer_delay(timer, timer->in - add);
_ecore_unlock();
}