mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-21 18:32:08 +00:00
HWR_FreeMipmapCache already calls HWR_FreeMipmapCache indirectly
(done by calling HWR_LoadTextures, which in turn calls HWR_FreeTextureCache)
This commit is contained in:
parent
4c808cb7e2
commit
d74f2a003b
1 changed files with 0 additions and 1 deletions
|
@ -3539,7 +3539,6 @@ boolean P_AddWadFile(const char *wadfilename)
|
|||
|
||||
#ifdef HWRENDER
|
||||
HWR_ReloadModels();
|
||||
HWR_FreeMipmapCache();
|
||||
#endif
|
||||
|
||||
// reload status bar (warning should have valid player!)
|
||||
|
|
Loading…
Reference in a new issue