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; };