aboutsummaryrefslogtreecommitdiffstats
path: root/code/renderer/tr_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/renderer/tr_types.h')
-rw-r--r--code/renderer/tr_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/renderer/tr_types.h b/code/renderer/tr_types.h
index 4edbaf5..bb917cf 100644
--- a/code/renderer/tr_types.h
+++ b/code/renderer/tr_types.h
@@ -175,7 +175,7 @@ typedef struct {
char extensions_string[BIG_INFO_STRING];
int maxTextureSize; // queried from GL
- int maxActiveTextures; // multitexture ability
+ int numTextureUnits; // multitexture ability
int colorBits, depthBits, stencilBits;