zoomSurface -> RageSurfaceUtils::Zoom

Zoom() handles its own format limitations
This commit is contained in:
Glenn Maynard
2004-08-28 09:38:22 +00:00
parent b6146043d1
commit 19f2cf7e3b
6 changed files with 12 additions and 14 deletions
+1 -1
View File
@@ -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;