summaryrefslogtreecommitdiff
path: root/src/render/vertexes/imagecollection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/vertexes/imagecollection.h')
-rw-r--r--src/render/vertexes/imagecollection.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/render/vertexes/imagecollection.h b/src/render/vertexes/imagecollection.h
index 922fb6bd5..211a2959e 100644
--- a/src/render/vertexes/imagecollection.h
+++ b/src/render/vertexes/imagecollection.h
@@ -40,7 +40,8 @@ class ImageCollection final
#ifdef USE_OPENGL
GLuint currentGLImage;
-#endif
+#endif // USE_OPENGL
+
const Image *restrict currentImage;
ImageVertexes *restrict currentVert;