Fix low-quality banners.

This commit is contained in:
Glenn Maynard
2003-09-06 05:23:26 +00:00
parent 715ad226b7
commit 363d0eb1fc
+1
View File
@@ -265,6 +265,7 @@ RageTextureID BannerCache::LoadCachedBanner( CString BannerPath )
RageTexture *pTexture = new BannerTexture( ID, img, src_width, src_height );
TEXTUREMAN->RegisterTexture( ID, pTexture );
pTexture->m_Policy = RageTexture::TEX_VOLATILE;
TEXTUREMAN->UnloadTexture( pTexture );
return ID;