don't lowercase filenames before loading
This commit is contained in:
@@ -38,7 +38,6 @@ void FontPage::Load( FontPageSettings cfg )
|
||||
m_sTexturePath = cfg.TexturePath;
|
||||
|
||||
// load texture
|
||||
m_sTexturePath.MakeLower();
|
||||
RageTextureID ID(m_sTexturePath);
|
||||
ID.bStretch = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user