DeleteCachedTextures is already called at the end of EmptyDeleteQueue
This commit is contained in:
@@ -202,11 +202,6 @@ void ScreenManager::Update( float fDeltaTime )
|
|||||||
{
|
{
|
||||||
ClearScreenStack();
|
ClearScreenStack();
|
||||||
EmptyDeleteQueue();
|
EmptyDeleteQueue();
|
||||||
|
|
||||||
/* This is the purpose of delayed screen loads: clear out the texture cache
|
|
||||||
* now, while there's (mostly) nothing loaded. */
|
|
||||||
TEXTUREMAN->DeleteCachedTextures();
|
|
||||||
TEXTUREMAN->DiagnosticOutput();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
LoadDelayedScreen();
|
LoadDelayedScreen();
|
||||||
|
|||||||
Reference in New Issue
Block a user