remove unused fDeltaTime parameter
This commit is contained in:
@@ -116,7 +116,7 @@ void InputHandler_Win32_Pump::InputThreadMain()
|
||||
CHECKPOINT;
|
||||
}
|
||||
|
||||
void InputHandler_Win32_Pump::Update( float fDeltaTime )
|
||||
void InputHandler_Win32_Pump::Update()
|
||||
{
|
||||
if( !InputThread.IsCreated() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user