Skip to content

Commit

Permalink
this worked even with the typo so im just a little concerned
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed May 26, 2024
1 parent 6b79043 commit bccf4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Etterna/Screen/Options/ScreenOptionsMaster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ ScreenOptionsMaster::HandleScreenMessage(const ScreenMessage& SM)
handleChangeMask(m_iChangeMask);

Locator::getLogger()->trace("Transferring to the prev screen now.");
this->HandleScreenMessage(SM_GoToNextScreen);
ScreenWithMenuElements::HandleScreenMessage(SM);
return;
}

Expand Down

0 comments on commit bccf4d5

Please sign in to comment.