remove unused fDeltaTime
This commit is contained in:
@@ -216,7 +216,7 @@ void LowLevelWindow_Win32::SwapBuffers()
|
||||
::SwapBuffers( GraphicsWindow::GetHDC() );
|
||||
}
|
||||
|
||||
void LowLevelWindow_Win32::Update( float fDeltaTime )
|
||||
void LowLevelWindow_Win32::Update()
|
||||
{
|
||||
GraphicsWindow::Update();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user