SVN revision: 74515
This commit is contained in:
Carsten Haitzler 2012-07-28 00:23:10 +00:00
parent 2f980684bd
commit 0241ff28a6
1 changed files with 1 additions and 2 deletions

View File

@ -659,10 +659,9 @@ static void
_smooth_handler(Evas_Object *obj)
{
Media *sd = evas_object_smart_data_get(obj);
double t, interval;
double interval;
if (!sd) return;
t = ecore_loop_time_get();
interval = ecore_animator_frametime_get();
if (interval <= 0.0) interval = 1.0/60.0;
if (!sd->nosmooth)