- r_useprecache

This commit is contained in:
Christoph Oelckers 2019-10-23 14:39:33 +02:00
parent 63f020996e
commit 43413e4dff
14 changed files with 16 additions and 25 deletions

View file

@ -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++;