mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-15 06:17:38 +00:00
removed the debug text in syntetic
This commit is contained in:
@@ -601,7 +601,6 @@ void draw_shapevec(cell *c, const transmatrix& V, const vector<hpcshape> &shv, i
|
||||
queuepolyat(V, shv[id], col, prio);
|
||||
}
|
||||
else if(syntetic) {
|
||||
queuestr(V * C0, 10, its(synt::id_of(c->master)), 0xFFFFFFFF);
|
||||
queuepolyat(V, shv[synt::id_of(c->master)], col, prio);
|
||||
}
|
||||
else if((euclid || gp::on) && ishex1(c))
|
||||
|
Reference in New Issue
Block a user