Mercurial > sdl-ios-xcode
diff test/automated/render/render.c @ 3442:204609180482
Compare against the correct image
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 18 Nov 2009 06:15:21 +0000 |
parents | 5271ce790fed |
children | 50fca98abc24 |
line wrap: on
line diff
--- a/test/automated/render/render.c Tue Nov 17 06:51:14 2009 +0000 +++ b/test/automated/render/render.c Wed Nov 18 06:15:21 2009 +0000 @@ -518,7 +518,7 @@ } /* See if it's the same. */ - if (render_compare( "Blended primitives output not the same.", &img_primitives )) + if (render_compare( "Blended primitives output not the same.", &img_blend )) return -1; return 0;