aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/sdl_rotozoom.c2
-rw-r--r--tests/sdl_rotozoom.pngbin338527 -> 351517 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/sdl_rotozoom.c b/tests/sdl_rotozoom.c
index cb6295cc..4bca294a 100644
--- a/tests/sdl_rotozoom.c
+++ b/tests/sdl_rotozoom.c
@@ -29,7 +29,7 @@ int main(int argc, char **argv) {
sprite[1] = SDL_CreateRGBSurface(SDL_SWSURFACE, 100, 100, 32, 0xFF000000, 0xFF0000, 0xFF00, 0xFF);
SDL_FillRect(sprite[1], 0, 0xA0A0A0A0);
sprite[2] = zoomSurface(sprite[0], 0.5, 0.5, SMOOTHING_ON);
- sprite[3] = zoomSurface(sprite[1], 0.5, 0.5, SMOOTHING_ON);
+ sprite[3] = rotozoomSurface(sprite[1], 45, 0.5, SMOOTHING_ON);
mainloop();
diff --git a/tests/sdl_rotozoom.png b/tests/sdl_rotozoom.png
index 83ec0589..d78a5ea4 100644
--- a/tests/sdl_rotozoom.png
+++ b/tests/sdl_rotozoom.png
Binary files differ