remove Update
This commit is contained in:
@@ -125,8 +125,6 @@ public:
|
|||||||
/* This is needed or the overridden classes' dtors will not be called. */
|
/* This is needed or the overridden classes' dtors will not be called. */
|
||||||
virtual ~RageDisplay() { }
|
virtual ~RageDisplay() { }
|
||||||
|
|
||||||
virtual void Update( float fDeltaTime ) { }
|
|
||||||
|
|
||||||
// Don't override this. Override TryVideoMode() instead.
|
// Don't override this. Override TryVideoMode() instead.
|
||||||
// This will set the video mode to be as close as possible to params.
|
// 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.
|
// Return true if device was re-created and we need to reload textures.
|
||||||
|
|||||||
@@ -1512,8 +1512,6 @@ static void GameLoop()
|
|||||||
fDeltaTime /= 4;
|
fDeltaTime /= 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
DISPLAY->Update( fDeltaTime );
|
|
||||||
|
|
||||||
/* Update SOUNDMAN early (before any RageSound::GetPosition calls), to flush position data. */
|
/* Update SOUNDMAN early (before any RageSound::GetPosition calls), to flush position data. */
|
||||||
SOUNDMAN->Update( fDeltaTime );
|
SOUNDMAN->Update( fDeltaTime );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user