mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-12 02:10:34 +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;
|
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; }
|
||||||
|
Loading…
Reference in New Issue
Block a user