Skip to content

Commit

Permalink
force reload from dir after syncing files from gameplay
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Oct 12, 2017
1 parent 52fbe37 commit 8eec96f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AdjustSync.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ void AdjustSync::SaveSyncChanges()
else
{
GAMESTATE->m_pCurSong->Save();
GAMESTATE->m_pCurSong->ReloadFromSongDir();
}
}
if( s_fGlobalOffsetSecondsOriginal != PREFSMAN->m_fGlobalOffsetSeconds )
Expand Down

0 comments on commit 8eec96f

Please sign in to comment.