mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
fix initialization of CUIEx::m_MouseSlow
This commit is contained in:
parent
e7fafc5a4f
commit
083c29f191
|
@ -13,10 +13,8 @@
|
|||
|
||||
#include <limits>
|
||||
|
||||
CUIEx::CUIEx(CUI *pUI, IKernel *pKernel, CRenderTools *pRenderTools, IInput::CEvent *pInputEventsArray, int *pInputEventCount)
|
||||
CUIEx::CUIEx()
|
||||
{
|
||||
Init(pUI, pKernel, pRenderTools, pInputEventsArray, pInputEventCount);
|
||||
|
||||
m_MouseSlow = false;
|
||||
}
|
||||
|
||||
|
|
|
@ -48,8 +48,7 @@ protected:
|
|||
CRenderTools *RenderTools() const { return m_pRenderTools; }
|
||||
|
||||
public:
|
||||
CUIEx(CUI *pUI, IKernel *pKernel, CRenderTools *pRenderTools, IInput::CEvent *pInputEventsArray, int *pInputEventCount);
|
||||
CUIEx() {}
|
||||
CUIEx();
|
||||
|
||||
void Init(CUI *pUI, IKernel *pKernel, CRenderTools *pRenderTools, IInput::CEvent *pInputEventsArray, int *pInputEventCount);
|
||||
|
||||
|
|
Loading…
Reference in a new issue