diff --git a/src/bin/image_blend_solid_9patch.c b/src/bin/image_blend_solid_9patch.c index 81c9de4..caa2d1f 100644 --- a/src/bin/image_blend_solid_9patch.c +++ b/src/bin/image_blend_solid_9patch.c @@ -43,7 +43,7 @@ static void _loop(double t, int f) { int i; Evas_Coord x, y, w, h, w0, h0; - static int done = 0; + for (i = 0; i < OBNUM; i++) { w0 = 80; diff --git a/src/bin/image_blend_solid_stretch.c b/src/bin/image_blend_solid_stretch.c index 2d7c0d4..51eda5a 100644 --- a/src/bin/image_blend_solid_stretch.c +++ b/src/bin/image_blend_solid_stretch.c @@ -49,7 +49,7 @@ static void _loop(double t, int f) { int i; Evas_Coord x, y, w, h, w0, h0; - static int done = 0; + for (i = 0; i < OBNUM; i++) { w0 = 80;