mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +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
33f9ce9d1c
commit
4a593ed92d
1 changed files with 0 additions and 1 deletions
|
|
@ -3539,7 +3539,6 @@ boolean P_AddWadFile(const char *wadfilename)
|
||||||
|
|
||||||
#ifdef HWRENDER
|
#ifdef HWRENDER
|
||||||
HWR_ReloadModels();
|
HWR_ReloadModels();
|
||||||
HWR_FreeMipmapCache();
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// reload status bar (warning should have valid player!)
|
// reload status bar (warning should have valid player!)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue