ajout menu info
This commit is contained in:
@@ -92,7 +92,7 @@ void SettingsKeybindsAppMenu::drawFrame() const {
|
||||
}
|
||||
|
||||
int i = 0;
|
||||
int firstElem = std::clamp(((int) this->playerCursor.getPosition().y) - 1, 0, 8);
|
||||
int firstElem = std::clamp(((int) this->playerCursor.getPosition().y) - 2, 0, 8);
|
||||
|
||||
for (Action action : ACTION_LIST_IN_ORDER) {
|
||||
if (i >= firstElem && i < (firstElem + 3)) {
|
||||
|
||||
Reference in New Issue
Block a user