This commit is contained in:
Glenn Maynard
2003-07-10 01:58:48 +00:00
parent a90684be06
commit 16b0cd24ec
+1
View File
@@ -257,6 +257,7 @@ RageTextureID BannerCache::LoadCachedBanner( CString BannerPath )
RageTexture *pTexture = new BannerTexture( ID, img, src_width, src_height );
TEXTUREMAN->RegisterTexture( ID, pTexture );
TEXTUREMAN->UnloadTexture( pTexture );
return ID;
}