fix blank graphic not being loaded by BackgroundEffects
This commit is contained in:
@@ -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() );
|
||||||
|
|||||||
Reference in New Issue
Block a user