mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-09 17:48:19 +00:00
Merge pull request #8763 from ChillerDragon/pr_remove_ddnet_hotui
Remove ddnet_hotui hook
This commit is contained in:
commit
ddfd4dbfb1
|
@ -62,8 +62,6 @@ void CMenus::RenderSettingsTee7(CUIRect MainView)
|
||||||
Buttons.VSplitLeft(ButtonSize, &ButtonMiddle, &Buttons);
|
Buttons.VSplitLeft(ButtonSize, &ButtonMiddle, &Buttons);
|
||||||
Buttons.VSplitLeft(ButtonSize, &ButtonRight, &Buttons);
|
Buttons.VSplitLeft(ButtonSize, &ButtonRight, &Buttons);
|
||||||
|
|
||||||
// HotCuiRects(MainView, BottomView, QuickSearch, ButtonLeft, ButtonMiddle, ButtonRight);
|
|
||||||
|
|
||||||
// render skin preview background
|
// render skin preview background
|
||||||
const float SpacingH = 2.0f;
|
const float SpacingH = 2.0f;
|
||||||
const float SpacingW = 3.0f;
|
const float SpacingW = 3.0f;
|
||||||
|
|
Loading…
Reference in a new issue