aboutsummaryrefslogtreecommitdiffstats
path: root/code/renderer/tr_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/renderer/tr_local.h')
-rw-r--r--code/renderer/tr_local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/renderer/tr_local.h b/code/renderer/tr_local.h
index 0da894e..897d54b 100644
--- a/code/renderer/tr_local.h
+++ b/code/renderer/tr_local.h
@@ -103,7 +103,7 @@ typedef struct image_s {
qboolean mipmap;
qboolean allowPicmip;
- int wrapClampMode; // GL_CLAMP or GL_REPEAT
+ int wrapClampMode; // GL_CLAMP_TO_EDGE or GL_REPEAT
struct image_s* next;
} image_t;