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
@@ -178,7 +178,7 @@ void LowLevelWindow_SDL::SwapBuffers()
SDL_GL_SwapBuffers();
}
void LowLevelWindow_SDL::Update(float fDeltaTime)
void LowLevelWindow_SDL::Update()
{
/* This needs to be called before anything that handles SDL events. */
SDL_PumpEvents();