From c3dfb3bf3a3bbb460452a3584905eb68f0bdd96e Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 19 Apr 2003 22:38:10 +0000 Subject: [PATCH] err, oops --- stepmania/src/RageTextureManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageTextureManager.cpp b/stepmania/src/RageTextureManager.cpp index 19649a8be4..e7a4967375 100644 --- a/stepmania/src/RageTextureManager.cpp +++ b/stepmania/src/RageTextureManager.cpp @@ -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;