Skip to content

Commit

Permalink
no longer disable sync controls during autoplay.... i understand now …
Browse files Browse the repository at this point in the history
…why this is so
  • Loading branch information
MinaciousGrace committed Sep 17, 2017
1 parent 7585ee8 commit 8b9a92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ScreenSyncOverlay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ void ScreenSyncOverlay::UpdateText()
FAIL_M(ssprintf("Invalid autosync type: %i", type));
}

if( GAMESTATE->m_pCurSong != NULL && pc == 0) // sync controls available (don't turn on for autoplay) - Mina.
if( GAMESTATE->m_pCurSong != NULL)
{
AdjustSync::GetSyncChangeTextGlobal( vs );
AdjustSync::GetSyncChangeTextSong( vs );
Expand Down

0 comments on commit 8b9a92a

Please sign in to comment.