This commit is contained in:
Glenn Maynard
2005-11-06 13:00:34 +00:00
parent ffbf54c263
commit b691117e2c
+1 -1
View File
@@ -162,7 +162,7 @@ void InputFilter::CheckButtonChange( ButtonState &bs, DeviceInput di, const Rage
queue.push_back( InputEvent(di,bs.m_bLastReportedHeld? IET_FIRST_PRESS:IET_RELEASE) );
}
void InputFilter::Update(float fDeltaTime)
void InputFilter::Update( float fDeltaTime )
{
RageTimer now;