Splash should show up properly now.

This commit is contained in:
phantom
2013-01-01 17:40:29 +01:00
parent f6410abd43
commit 5fa1e3d2a0
12 changed files with 73 additions and 48 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ void RageSurfaceUtils::CopySurface( const RageSurface *src, RageSurface *dest )
Blit( src, dest, -1, -1 );
}
bool RageSurfaceUtils::ConvertSurface( RageSurface *src, RageSurface *&dst,
bool RageSurfaceUtils::ConvertSurface( const RageSurface *src, RageSurface *&dst,
int width, int height, int bpp,
uint32_t R, uint32_t G, uint32_t B, uint32_t A )
{