simplify
This commit is contained in:
@@ -147,7 +147,7 @@ void BackgroundUtil::GetSongBGAnimations( const Song *pSong, const CString &sMat
|
|||||||
vsPathsOut.clear();
|
vsPathsOut.clear();
|
||||||
if( sMatch.empty() )
|
if( sMatch.empty() )
|
||||||
{
|
{
|
||||||
GetDirListing( pSong->GetSongDir()+sMatch+"*", vsPathsOut, true, true );
|
GetDirListing( pSong->GetSongDir()+"*", vsPathsOut, true, true );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user