mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-13 21:47:38 +00:00
yet another fix
This commit is contained in:
1
glhr.cpp
1
glhr.cpp
@@ -119,6 +119,7 @@ struct glmatrix {
|
|||||||
glvertex coords;
|
glvertex coords;
|
||||||
glvec4 color;
|
glvec4 color;
|
||||||
glvec2 texture;
|
glvec2 texture;
|
||||||
|
ct_vertex() {}
|
||||||
ct_vertex(const hyperpoint& h, ld x1, ld y1, ld col) {
|
ct_vertex(const hyperpoint& h, ld x1, ld y1, ld col) {
|
||||||
coords = pointtogl(h);
|
coords = pointtogl(h);
|
||||||
texture[0] = x1;
|
texture[0] = x1;
|
||||||
|
Reference in New Issue
Block a user