diff --git a/stepmania/src/Sprite.cpp b/stepmania/src/Sprite.cpp index 6a77cee915..4cf28082b5 100644 --- a/stepmania/src/Sprite.cpp +++ b/stepmania/src/Sprite.cpp @@ -125,7 +125,8 @@ void Sprite::LoadFromNode( const RString& sDir, const XNode* pNode ) if( !sPath.empty() ) { - ActorUtil::ResolvePath( sPath, sDir ); + if( !TEXTUREMAN->IsTextureRegistered( RageTextureID(sPath) ) ) + ActorUtil::ResolvePath( sPath, sDir ); // Load the texture LoadFromTexture( sPath );