remove unused parameter
This commit is contained in:
@@ -167,7 +167,7 @@ void InputFilter::Update( float fDeltaTime )
|
||||
{
|
||||
RageTimer now;
|
||||
|
||||
INPUTMAN->Update( fDeltaTime );
|
||||
INPUTMAN->Update();
|
||||
|
||||
/* Make sure that nothing gets inserted while we do this, to prevent
|
||||
* things like "key pressed, key release, key repeat". */
|
||||
|
||||
Reference in New Issue
Block a user