mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-20 23:50:27 +00:00
yet another fix
This commit is contained in:
parent
8daae8a1ed
commit
e3ed7a3bb3
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user