diff --git a/stepmania/src/Sprite.cpp b/stepmania/src/Sprite.cpp index 0806789f6a..a31c636f79 100644 --- a/stepmania/src/Sprite.cpp +++ b/stepmania/src/Sprite.cpp @@ -124,8 +124,6 @@ retry: bool bIsAbsolutePath = sTextureFile.Left(1) == "/"; sPath = bIsAbsolutePath ? sTextureFile : sDir+sTextureFile; - - CollapsePath( sPath ); } if( !sPath.empty() )