Don't stretch font textures
This commit is contained in:
@@ -39,7 +39,8 @@ void FontPage::Load( FontPageSettings cfg )
|
|||||||
|
|
||||||
// load texture
|
// load texture
|
||||||
RageTextureID ID(m_sTexturePath);
|
RageTextureID ID(m_sTexturePath);
|
||||||
ID.bStretch = true;
|
// Don't stretch because it causes funky pixel/texel alignment.
|
||||||
|
// ID.bStretch = true;
|
||||||
|
|
||||||
m_pTexture = TEXTUREMAN->LoadTexture( ID );
|
m_pTexture = TEXTUREMAN->LoadTexture( ID );
|
||||||
ASSERT( m_pTexture != NULL );
|
ASSERT( m_pTexture != NULL );
|
||||||
|
|||||||
Reference in New Issue
Block a user