Skip to content

Commit

Permalink
Fix crash caused by viewing eval screen from score tab
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 authored Sep 4, 2018
1 parent 936f32d commit 1d1b166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ScreenSelectMusic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1910,6 +1910,7 @@ class LunaScreenSelectMusic : public Luna<ScreenSelectMusic>
{
pss.m_iHoldNoteScores[i] = score->GetHoldNoteScore((HoldNoteScore)i);
}
ss.m_vpPlayedSongs.emplace_back(GAMESTATE->m_pCurSong);
STATSMAN->m_CurStageStats = ss;
STATSMAN->m_vPlayedStageStats.emplace_back(ss);
SCREENMAN->SetNewScreen("ScreenEvaluationNormal");
Expand Down

0 comments on commit 1d1b166

Please sign in to comment.