diff --git a/stepmania/src/Sprite.cpp b/stepmania/src/Sprite.cpp index 6e42f2a65e..69880b1175 100644 --- a/stepmania/src/Sprite.cpp +++ b/stepmania/src/Sprite.cpp @@ -122,7 +122,6 @@ retry: RString sPath; if( pNode->GetAttrValue( "Texture", sTextureFile ) ) { - sPath = sDir + sTextureFile; LuaHelpers::RunAtExpressionS( sTextureFile ); bool bIsAbsolutePath = sTextureFile.Left(1) == "/";