err, oops

This commit is contained in:
Glenn Maynard
2003-04-19 22:38:10 +00:00
parent 592f829f4e
commit c3dfb3bf3a
+1 -1
View File
@@ -101,7 +101,7 @@ void RageTextureManager::UnloadTexture( RageTexture *t )
ASSERT( t->m_iRefCount >= 0 );
if( t->m_iRefCount )
continue; /* Can't unload textures that are still referenced. */
return; /* Can't unload textures that are still referenced. */
bool bDeleteThis = false;