fix typo in previous damage rect commit

This commit is contained in:
Mike Blumenkrantz 2015-10-14 13:03:16 -04:00
parent 61d51eda56
commit 0cec30df72
1 changed files with 1 additions and 1 deletions

View File

@ -2702,7 +2702,7 @@ _e_comp_x_damage(void *data EINA_UNUSED, int type EINA_UNUSED, Ecore_X_Event_Dam
e_comp_object_damage(ec->frame, 0, 0, ec->w, ec->h);
skip = EINA_TRUE;
}
else if (ec->comp_data->damage)
if (ec->comp_data->damage)
{
Ecore_X_Region parts;
Ecore_X_Rectangle bounds;