s/Palettize/PalettizeToGrayscale/

This commit is contained in:
Glenn Maynard
2004-09-04 04:10:56 +00:00
parent 1b174cb718
commit 8879e7c2f1
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ void RageBitmapTexture::Create()
if( actualID.iGrayscaleBits != -1 && DISPLAY->SupportsTextureFormat(RageDisplay::FMT_PAL) )
{
RageSurface *dst = RageSurfaceUtils::Palettize( img, actualID.iGrayscaleBits, actualID.iAlphaBits );
RageSurface *dst = RageSurfaceUtils::PalettizeToGrayscale( img, actualID.iGrayscaleBits, actualID.iAlphaBits );
delete img;
img = dst;