fix blank graphic not being loaded by BackgroundEffects

This commit is contained in:
Chris Danford
2006-05-17 18:07:15 +00:00
parent 140f589224
commit 6663db2f94
+1 -1
View File
@@ -339,7 +339,7 @@ bool BackgroundImpl::Layer::CreateBackground( const Song *pSong, const Backgroun
if( i == 0 ) if( i == 0 )
return false; return false;
else else
sResolved = ThemeManager::GetBlankGraphicPath(); sResolved = "../"+ThemeManager::GetBlankGraphicPath();
} }
ASSERT( !sResolved.empty() ); ASSERT( !sResolved.empty() );