From e3ed7a3bb3c47c3c549d2acb33fd5b1c6261224f Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 13 Sep 2020 15:38:41 +0200 Subject: [PATCH] yet another fix --- glhr.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/glhr.cpp b/glhr.cpp index 64fcd546..74686cb7 100644 --- a/glhr.cpp +++ b/glhr.cpp @@ -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;