1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-27 05:38:14 +00:00

rogueviz:: missing commit on rogueviz.h

This commit is contained in:
Zeno Rogue 2018-04-21 12:18:42 +02:00
parent 323893094f
commit e101b092a4

View File

@ -6,7 +6,7 @@ struct edgeinfo {
int i, j; int i, j;
double weight, weight2; double weight, weight2;
bool visible; bool visible;
vector<GLfloat> prec; vector<glvertex> prec;
cell *orig; cell *orig;
int lastdraw; int lastdraw;
edgeinfo() { visible = true; orig = NULL; lastdraw = -1; } edgeinfo() { visible = true; orig = NULL; lastdraw = -1; }