Raise min max score from 0 to 1

This commit is contained in:
Love 2024-01-29 19:06:59 +01:00
parent 16fd13d2ef
commit 8ddcd197a3

View File

@ -28,7 +28,7 @@ void ScrollOptionScreen::handleEvent(SDL_Event &event) {
case SDLK_s:
[[fallthrough]];
case SDLK_DOWN:
if (counter > 0) {
if (counter > 1) {
counter--;
shouldUpdate = true;
}