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
+1 -1
View File
@@ -486,7 +486,7 @@ CString RageDisplay_OGL::Init( VideoModeParams p, bool bAllowUnacceleratedRender
void RageDisplay_OGL::Update(float fDeltaTime)
{
wind->Update(fDeltaTime);
wind->Update();
if( PREFSMAN->m_bDisableScreenSaver )
{