mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Full size sound settings
This commit is contained in:
parent
4337bcf7de
commit
9518e4413e
|
@ -1317,7 +1317,6 @@ void CMenus::RenderSettingsGraphics(CUIRect MainView)
|
|||
void CMenus::RenderSettingsSound(CUIRect MainView)
|
||||
{
|
||||
CUIRect Button;
|
||||
MainView.VSplitMid(&MainView, 0);
|
||||
static int s_SndEnable = g_Config.m_SndEnable;
|
||||
static int s_SndRate = g_Config.m_SndRate;
|
||||
|
||||
|
|
Loading…
Reference in a new issue