mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-23 01:29:16 +01:00
Changed extraOffset value.
This commit is contained in:
parent
70ccd4c187
commit
522d14814f
@ -1127,7 +1127,7 @@ CMenuManager::Draw()
|
||||
|
||||
int extraOffset = 0;
|
||||
if (aScreens[m_nCurrScreen].m_aEntries[rowToCheck].m_Action == MENUACTION_RADIO)
|
||||
extraOffset = (int) 60.0f;
|
||||
extraOffset = MENURADIO_ICON_SCALE;
|
||||
|
||||
// There were many unused codes in here to calculate how much space will texts gonna take.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user