no down param
This commit is contained in:
@@ -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 )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user