revert the prevented ecore_animator_custom_tick patch
[platform/upstream/expedite.git] / src / bin / ui.c
index efd1d60..49e0c5e 100755 (executable)
@@ -658,10 +658,8 @@ ui_func_set(void (*kfunc) (char *key), void (*lfunc) (double t, int f))
    f_loop = f_start = 0;
    ui_fps(0.0);
 
-   // TIZEN_ONLY : 2016-02-18
-   // @FIXME - current custom tick does't work in tizen_3.0 device
-   //ecore_animator_source_set(ECORE_ANIMATOR_SOURCE_CUSTOM);
-   //ecore_animator_custom_tick();
+   ecore_animator_source_set(ECORE_ANIMATOR_SOURCE_CUSTOM);
+   ecore_animator_custom_tick();
 
 }