1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-15 01:39:57 +00:00

glhr fixup

This commit is contained in:
Zeno Rogue 2020-12-24 22:19:26 +01:00
parent 1b8b2f4c1e
commit 9ef2f96413

View File

@ -132,7 +132,7 @@ struct glmatrix {
struct textured_vertex { struct textured_vertex {
glvertex coords; glvertex coords;
/* texture uses the 'z' for shading with POLY_SHADE_TEXTURE /* texture uses the 'z' for shading with POLY_SHADE_TEXTURE */
glvec3 texture; glvec3 texture;
}; };