zoomSurface -> RageSurfaceUtils::Zoom
Zoom() handles its own format limitations
This commit is contained in:
@@ -131,7 +131,7 @@ static void ZoomSurface( const RageSurface * src, RageSurface * dst )
|
||||
}
|
||||
|
||||
|
||||
void zoomSurface( RageSurface *&src, int dstwidth, int dstheight )
|
||||
void RageSurfaceUtils::Zoom( RageSurface *&src, int dstwidth, int dstheight )
|
||||
{
|
||||
if( src == NULL )
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user