remove Update

This commit is contained in:
Glenn Maynard
2005-07-13 00:01:08 +00:00
parent b85b6c7839
commit aad96ee660
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -125,8 +125,6 @@ public:
/* This is needed or the overridden classes' dtors will not be called. */
virtual ~RageDisplay() { }
virtual void Update( float fDeltaTime ) { }
// Don't override this. Override TryVideoMode() instead.
// This will set the video mode to be as close as possible to params.
// Return true if device was re-created and we need to reload textures.
-2
View File
@@ -1512,8 +1512,6 @@ static void GameLoop()
fDeltaTime /= 4;
}
DISPLAY->Update( fDeltaTime );
/* Update SOUNDMAN early (before any RageSound::GetPosition calls), to flush position data. */
SOUNDMAN->Update( fDeltaTime );