Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/syncTest' into mg
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram committed Jun 24, 2018
2 parents ed6ff64 + 75cd75c commit 6140998
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Song.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ bool Song::ReloadFromSongDir( const RString &sDir )
// Remove the cache file to force the song to reload from its dir instead
// of loading from the cache. -Kyz
FILEMAN->Remove(GetCacheFilePath());
SONGINDEX->DeleteSongFromDBByDir(sDir.c_str());

vector<Steps*> vOldSteps = m_vpSteps;

Expand Down

0 comments on commit 6140998

Please sign in to comment.