Removed multitexture boolean field from glconfig_t struct in r_local.h.

This commit is contained in:
Knightmare66 2021-07-09 21:55:43 -04:00
parent 8d9024e33f
commit be77e50e1d

View file

@ -868,7 +868,6 @@ typedef struct
qboolean arbTextureNonPowerOfTwo;
qboolean vertexBufferObject;
// qboolean multitexture;
qboolean mtexcombine; // added Vic's RGB brightening
qboolean have_stencil;