Skip to content

Commit

Permalink
Update ssc scroll cache when reloading notedata in practice
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Jun 27, 2021
1 parent 1c01aa3 commit 6bf2c26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Etterna/Screen/Gameplay/ScreenGameplayPractice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,9 @@ ScreenGameplayPractice::Input(const InputEventPlus& input) -> bool
}

AdjustSync::ResetOriginalSyncData();

SetupNoteDataFromRow(GAMESTATE->m_pCurSteps);
if (!m_vPlayerInfo.m_NoteData.IsEmpty())
m_vPlayerInfo.GetPlayerState()->ResetCacheInfo();

float fSecondsToStartFadingOutMusic;
float fSecondsToStartTransitioningOut;
Expand Down

0 comments on commit 6bf2c26

Please sign in to comment.