added gamecontrollerdb.txt

This commit is contained in:
2021-08-30 22:24:16 +02:00
parent 22ca349171
commit cda4d3a566
4 changed files with 12 additions and 4 deletions

View File

@@ -532,7 +532,7 @@ Uint16 Menu::findHeight()
for (int i = 0; i < mTotalItems; i++)
height += mItem[i].rect.h + mItem[i].hPaddingDown;
return height;
return height - mItem[mTotalItems - 1].hPaddingDown;
}
// Recoloca los elementos del menu en el eje Y