Skip to content

Commit

Permalink
unload calc debug output on gameplay init
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jul 22, 2020
1 parent ab1dde3 commit 1bd86ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Etterna/Screen/Gameplay/ScreenGameplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ ScreenGameplay::ScreenGameplay()
SCOREMAN->UnloadAllReplayData();
}

SONGMAN->UnloadAllCalcDebugOutput();

m_DancingState = STATE_INTRO;
m_fTimeSinceLastDancingComment = 0.f;
m_bShowScoreboard = false;
Expand Down

0 comments on commit 1bd86ba

Please sign in to comment.