From fa21e2082aa2c7f5be2cb4a76e079bbeaac4510f Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 30 Dec 2002 02:50:17 +0000 Subject: [PATCH] whoops --- stepmania/src/RageTextureManager.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/RageTextureManager.cpp b/stepmania/src/RageTextureManager.cpp index 7463f4246c..04ad6e7e1a 100644 --- a/stepmania/src/RageTextureManager.cpp +++ b/stepmania/src/RageTextureManager.cpp @@ -173,7 +173,6 @@ void RageTextureManager::UnloadTexture( RageTexture *t ) * * Also, if texture caching is off, just remove it now instead of doing * garbage collection. */ - m_iSecondsBeforeUnload = 0; if( t->m_iRefCount == 0 && (t->IsAMovie() || !m_iSecondsBeforeUnload )) {