Default to 16bpp for fonts, unless the 32bpp hint is used.

This commit is contained in:
Glenn Maynard
2003-09-03 22:52:15 +00:00
parent 861f19388b
commit 7bb4c6c2fb
+1 -2
View File
@@ -39,8 +39,7 @@ void FontPage::Load( FontPageSettings cfg )
// load texture
RageTextureID ID(m_sTexturePath);
// Don't stretch because it causes funky pixel/texel alignment.
// ID.bStretch = true;
ID.iColorDepth = 16;
m_pTexture = TEXTUREMAN->LoadTexture( ID );
ASSERT( m_pTexture != NULL );