Skip to content

Commit

Permalink
Redraw the config menu on any input
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschell committed May 10, 2024
1 parent b372d78 commit 6db59dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/utils/config/ConfigUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ void ConfigUtils::displayMenu() {
if (subState != SUB_STATE_RUNNING) {
break;
}
if (renderer.NeedsRedraw()) {
if (renderer.NeedsRedraw() || baseInput.data.buttons_d || baseInput.data.buttons_r) {
renderer.Render();
}
renderer.ResetNeedsRedraw();
Expand Down

0 comments on commit 6db59dc

Please # to comment.