diff options
Diffstat (limited to 'src/resources/image.cpp')
-rw-r--r-- | src/resources/image.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/image.cpp b/src/resources/image.cpp index 66f87ccb..dafc3e87 100644 --- a/src/resources/image.cpp +++ b/src/resources/image.cpp @@ -405,7 +405,7 @@ float Image::getAlpha() const return mAlpha; } -Image* Image::SDLgetScaledImage(unsigned int width, unsigned int height) +Image* Image::SDLgetScaledImage(int width, int height) { // No scaling on incorrect new values. if (width == 0 || height == 0) |