mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-04 19:20:43 +00:00
- r_useprecache
This commit is contained in:
parent
63f020996e
commit
43413e4dff
14 changed files with 16 additions and 25 deletions
|
@ -637,7 +637,7 @@ void DoTheCache(void)
|
|||
if (videoGetRenderMode() < REND_POLYMOST)
|
||||
tileLoad(i);
|
||||
#ifdef USE_OPENGL
|
||||
/*if (useprecache)*/ PrecacheHardwareTextures(i);
|
||||
if (r_precache) PrecacheHardwareTextures(i);
|
||||
#endif
|
||||
|
||||
cnt++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue