This commit is contained in:
Glenn Maynard
2002-12-30 02:50:17 +00:00
parent e0b472f33e
commit fa21e2082a
-1
View File
@@ -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 ))
{