no down param

This commit is contained in:
Glenn Maynard
2006-12-26 22:42:04 +00:00
parent 2d40b4b3d0
commit 01d9e04916
@@ -22,7 +22,7 @@ void InputHandler::ButtonPressed( DeviceInput di, bool Down )
++m_iInputsSinceUpdate; ++m_iInputsSinceUpdate;
} }
INPUTFILTER->ButtonPressed( di, Down ); INPUTFILTER->ButtonPressed( di );
if( m_iInputsSinceUpdate >= 1000 ) if( m_iInputsSinceUpdate >= 1000 )
{ {