minor fix to convert-tiled.

SVN revision: 70363
This commit is contained in:
Carsten Haitzler 2012-04-20 13:31:53 +00:00
parent ed04f818c1
commit 0037f3bf30
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ evas_common_convert_rgba_to_32bpp_rgb_8888_rot_180 (DATA32 *src, DATA8 *dst, int
h); \
}
FAST_SIMPLE_ROTATE(8888, DATA8)
FAST_SIMPLE_ROTATE(8888, DATA32)
#endif