diff --git a/stepmania/src/BGAnimationLayer.cpp b/stepmania/src/BGAnimationLayer.cpp index afc30d3b01..d252b96c4e 100644 --- a/stepmania/src/BGAnimationLayer.cpp +++ b/stepmania/src/BGAnimationLayer.cpp @@ -565,7 +565,6 @@ void BGAnimationLayer::LoadFromIni( CString sAniDir, CString sLayer ) { Actor* pActor = LoadFromActorFile( sPathToIni, sLayer ); m_SubActors.push_back( pActor ); - RAGE_ASSERT_M( !(m_bGeneric && Stretch), ssprintf("BGA \"%s\"::%s can't stretch",sAniDir.c_str(),sLayer.c_str()) ); if( !m_bGeneric ) { if( Stretch )