From 9ef2f9641360bfe328ea6a0844b727429ae4b260 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 24 Dec 2020 22:19:26 +0100 Subject: [PATCH] glhr fixup --- glhr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glhr.cpp b/glhr.cpp index 931c1b2a..6721cf47 100644 --- a/glhr.cpp +++ b/glhr.cpp @@ -132,7 +132,7 @@ struct glmatrix { struct textured_vertex { glvertex coords; - /* texture uses the 'z' for shading with POLY_SHADE_TEXTURE + /* texture uses the 'z' for shading with POLY_SHADE_TEXTURE */ glvec3 texture; };