author | Sam Lantinga |
Wed, 18 Nov 2009 06:15:21 +0000 | |
changeset 3442 | 204609180482 |
parent 3441 | 5271ce790fed |
child 3443 | 7f477a22dff5 |
1.1 --- a/test/automated/render/render.c Tue Nov 17 06:51:14 2009 +0000 1.2 +++ b/test/automated/render/render.c Wed Nov 18 06:15:21 2009 +0000 1.3 @@ -518,7 +518,7 @@ 1.4 } 1.5 1.6 /* See if it's the same. */ 1.7 - if (render_compare( "Blended primitives output not the same.", &img_primitives )) 1.8 + if (render_compare( "Blended primitives output not the same.", &img_blend )) 1.9 return -1; 1.10 1.11 return 0;