yet another fix

This commit is contained in:
Zeno Rogue 2020-09-13 15:38:41 +02:00
parent 8daae8a1ed
commit e3ed7a3bb3
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ struct glmatrix {
glvertex coords;
glvec4 color;
glvec2 texture;
ct_vertex() {}
ct_vertex(const hyperpoint& h, ld x1, ld y1, ld col) {
coords = pointtogl(h);
texture[0] = x1;