Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
3441:5271ce790fed | 3442:204609180482 |
---|---|
516 return -1; | 516 return -1; |
517 } | 517 } |
518 } | 518 } |
519 | 519 |
520 /* See if it's the same. */ | 520 /* See if it's the same. */ |
521 if (render_compare( "Blended primitives output not the same.", &img_primitives )) | 521 if (render_compare( "Blended primitives output not the same.", &img_blend )) |
522 return -1; | 522 return -1; |
523 | 523 |
524 return 0; | 524 return 0; |
525 } | 525 } |
526 | 526 |