From 4c2c7ef57bd645d729f0605261030aac4c5e3dac Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 15 Jan 2003 02:10:58 +0000 Subject: [PATCH] dumb fix --- stepmania/src/Font.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Font.cpp b/stepmania/src/Font.cpp index 35cb22a4a7..21db9fb833 100644 --- a/stepmania/src/Font.cpp +++ b/stepmania/src/Font.cpp @@ -39,7 +39,7 @@ void FontPage::Load( const FontPageSettings &cfg ) RageTextureID ID(m_sTexturePath); ID.bStretch = true; - m_pTexture = TEXTUREMAN->LoadTexture( m_sTexturePath ); + m_pTexture = TEXTUREMAN->LoadTexture( ID ); ASSERT( m_pTexture != NULL ); // load character widths