disabled infinite render distance option on key press

This commit is contained in:
Looki2000 2023-04-26 18:08:09 +02:00
parent 813902662a
commit 4ef39ff9b6

View File

@ -1981,8 +1981,8 @@ void Game::processKeyInput()
increaseViewRange(); increaseViewRange();
} else if (wasKeyDown(KeyType::DECREASE_VIEWING_RANGE)) { } else if (wasKeyDown(KeyType::DECREASE_VIEWING_RANGE)) {
decreaseViewRange(); decreaseViewRange();
} else if (wasKeyDown(KeyType::RANGESELECT)) { //} else if (wasKeyDown(KeyType::RANGESELECT)) {
toggleFullViewRange(); // toggleFullViewRange();
} else if (wasKeyDown(KeyType::ZOOM)) { } else if (wasKeyDown(KeyType::ZOOM)) {
checkZoomEnabled(); checkZoomEnabled();
} else if (wasKeyDown(KeyType::QUICKTUNE_NEXT)) { } else if (wasKeyDown(KeyType::QUICKTUNE_NEXT)) {