mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-15 17:54:48 +00:00
rogueviz:: missing commit on rogueviz.h
This commit is contained in:
parent
323893094f
commit
e101b092a4
@ -6,7 +6,7 @@ struct edgeinfo {
|
||||
int i, j;
|
||||
double weight, weight2;
|
||||
bool visible;
|
||||
vector<GLfloat> prec;
|
||||
vector<glvertex> prec;
|
||||
cell *orig;
|
||||
int lastdraw;
|
||||
edgeinfo() { visible = true; orig = NULL; lastdraw = -1; }
|
||||
|
Loading…
Reference in New Issue
Block a user