From a9f0a2158afe76cefb43de154ce40a8436857fdf Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 19 Jun 2005 09:15:54 +0000 Subject: [PATCH] DeleteCachedTextures is already called at the end of EmptyDeleteQueue --- stepmania/src/ScreenManager.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/stepmania/src/ScreenManager.cpp b/stepmania/src/ScreenManager.cpp index 39b04b31f5..e779f8cfce 100644 --- a/stepmania/src/ScreenManager.cpp +++ b/stepmania/src/ScreenManager.cpp @@ -202,11 +202,6 @@ void ScreenManager::Update( float fDeltaTime ) { ClearScreenStack(); 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();