Skip to content

Commit

Permalink
don't handle calctest registry for release
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 14, 2020
1 parent cb693da commit 055f523
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Etterna/Screen/Others/ScreenSelectMusic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,9 @@ ScreenSelectMusic::Input(const InputEventPlus& input)
} else if (c == '`' && m_MusicWheel.IsSettled() &&
input.type == IET_FIRST_PRESS &&
GAMESTATE->m_pCurSteps != nullptr) {

// don't handle calctest registry for release
return true;
auto ck = GAMESTATE->m_pCurSteps->GetChartKey();
Skillset foundSS = Skillset_Invalid;
for (auto ss : SONGMAN->testChartList) {
Expand Down

0 comments on commit 055f523

Please sign in to comment.