Skip to content

Commit

Permalink
dont bother with adjustsync garbage during playlist courses
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 30, 2017
1 parent e7507f0 commit 16b4810
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/AdjustSync.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ void AdjustSync::HandleAutosync( float fNoteOffBySeconds, float fStepTime )

void AdjustSync::HandleSongEnd()
{
if (SONGMAN->playlistcourse == "")
return;

if( GAMESTATE->m_SongOptions.GetCurrent().m_AutosyncType == AutosyncType_Tempo )
{
AutosyncTempo();
Expand Down

0 comments on commit 16b4810

Please sign in to comment.