don't lowercase filenames before loading

This commit is contained in:
Glenn Maynard
2003-02-14 22:46:45 +00:00
parent 4749c0f9bb
commit 52ca34fb86
2 changed files with 4 additions and 4 deletions
-1
View File
@@ -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;