Skip to content

Commit

Permalink
actually just nerf ScreenDebugOverlay forcedHidden
Browse files Browse the repository at this point in the history
doesnt eat inputs and dont care too much about this specific thing that does almost nothing for buttons nobody presses
  • Loading branch information
poco0317 committed Jul 8, 2024
1 parent 6617c01 commit 84097d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Etterna/Screen/Others/ScreenDebugOverlay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,6 @@ ScreenDebugOverlay::Input(const InputEventPlus& input)
Locator::getLogger()->info("DEBUG: {}", sMessage.c_str());
if ((*p)->ForceOffAfterUse()){
g_bIsDisplayed = false;
m_bForcedHidden = true;
}

// update text to show the effect of what changed above
Expand Down

0 comments on commit 84097d5

Please sign in to comment.