summaryrefslogtreecommitdiff
path: root/src/renderer/tr_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer/tr_local.h')
-rw-r--r--src/renderer/tr_local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer/tr_local.h b/src/renderer/tr_local.h
index b8d89af8..ef434718 100644
--- a/src/renderer/tr_local.h
+++ b/src/renderer/tr_local.h
@@ -104,7 +104,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;