From bcb438f1e55e0cb9cda04d0660eeda930fbf3d28 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 27 Jul 2006 23:53:15 +0000 Subject: [PATCH] ActorUtil::ResolvePath does this --- stepmania/src/Sprite.cpp | 2 -- 1 file changed, 2 deletions(-) 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() )