remove unused fDeltaTime

This commit is contained in:
Glenn Maynard
2005-07-12 23:14:21 +00:00
parent 7d99ae8022
commit 16a1a71848
6 changed files with 6 additions and 6 deletions
@@ -216,7 +216,7 @@ void LowLevelWindow_Win32::SwapBuffers()
::SwapBuffers( GraphicsWindow::GetHDC() );
}
void LowLevelWindow_Win32::Update( float fDeltaTime )
void LowLevelWindow_Win32::Update()
{
GraphicsWindow::Update();
}