Fix missing break

SVN revision: 82449
This commit is contained in:
Jaehwan Kim 2013-01-09 10:14:18 +00:00
parent db9cad3932
commit ecd584e094
1 changed files with 1 additions and 0 deletions

View File

@ -339,6 +339,7 @@ _transit_animate_cb(void *data)
transit->progress = ecore_animator_pos_map(transit->progress,
ECORE_POS_MAP_LINEAR,
0, 0);
break;
case ELM_TRANSIT_TWEEN_MODE_ACCELERATE:
transit->progress = ecore_animator_pos_map(transit->progress,
ECORE_POS_MAP_ACCELERATE,