This commit is contained in:
Glenn Maynard
2003-10-20 01:55:03 +00:00
parent f18c5f4c63
commit d7cb5aaa22
-2
View File
@@ -121,7 +121,6 @@ RageTexture* RageTextureManager::LoadTextureInternal( RageTextureID ID )
/* Found the texture. Just increase the refcount and return it. */
RageTexture* pTexture = p->second;
pTexture->m_iRefCount++;
LOG->UnmapLog( "LoadTexture" );
return pTexture;
}
@@ -136,7 +135,6 @@ RageTexture* RageTextureManager::LoadTextureInternal( RageTextureID ID )
m_mapPathToTexture[ID] = pTexture;
LOG->UnmapLog( "LoadTexture" );
return pTexture;
}