diff --git a/stepmania/src/RageSurfaceUtils_Zoom.cpp b/stepmania/src/RageSurfaceUtils_Zoom.cpp index 5ae44bb2d4..b5f698d730 100644 --- a/stepmania/src/RageSurfaceUtils_Zoom.cpp +++ b/stepmania/src/RageSurfaceUtils_Zoom.cpp @@ -7,7 +7,8 @@ #include using namespace std; -/* Coordinate 0x0 represents the exact top-left corner of a bitmap. .5x.5 +/* + * Coordinate 0x0 represents the exact top-left corner of a bitmap. .5x.5 * represents the center of the top-left pixel; 1x1 is the center of the top * square of pixels. * @@ -167,7 +168,7 @@ void RageSurfaceUtils::Zoom( RageSurface *&src, int dstwidth, int dstheight ) src->format->Rmask, src->format->Gmask, src->format->Bmask, src->format->Amask); - ZoomSurface( src, dst ); + ZoomSurface( src, dst ); delete src;