mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
added fix by CarmineZ for missing option in the control settings. Closes #395
This commit is contained in:
parent
e71263d686
commit
418dd8eccc
|
@ -458,7 +458,7 @@ void CMenus::RenderSettingsControls(CUIRect MainView)
|
|||
TextRender()->Text(0, MiscSettings.x, MiscSettings.y, 14.0f*UI()->Scale(), Localize("Miscellaneous"), -1);
|
||||
|
||||
MiscSettings.HSplitTop(14.0f+5.0f+10.0f, 0, &MiscSettings);
|
||||
UiDoGetButtons(17, 21, MiscSettings);
|
||||
UiDoGetButtons(17, 22, MiscSettings);
|
||||
}
|
||||
|
||||
// defaults
|
||||
|
|
Loading…
Reference in a new issue