fix crash due to memset()ing a non-POD
This commit is contained in:
@@ -19,7 +19,6 @@ static float g_fTimeBeforeSlow, g_fTimeBeforeFast, g_fTimeBetweenSlow, g_fTimeBe
|
||||
InputFilter::InputFilter()
|
||||
{
|
||||
queuemutex = new RageMutex("InputFilter");
|
||||
memset( m_ButtonState, 0, sizeof(m_ButtonState) );
|
||||
|
||||
Reset();
|
||||
ResetRepeatRate();
|
||||
|
||||
Reference in New Issue
Block a user