diff --git a/src/graphics/Graphics.cpp b/src/graphics/Graphics.cpp index bacb421a7..09da9363c 100644 --- a/src/graphics/Graphics.cpp +++ b/src/graphics/Graphics.cpp @@ -47,7 +47,7 @@ void VideoBuffer::Resize(float factor, bool resample) { int newWidth = ((float)Width)*factor; int newHeight = ((float)Height)*factor; - Resize(newWidth, newHeight); + Resize(newWidth, newHeight, resample); } void VideoBuffer::Resize(int width, int height, bool resample, bool fixedRatio)