mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-02 12:19:18 +00:00
updated rogueviz to changes in HyperRogue
This commit is contained in:
parent
af5d961b1d
commit
d7c57d3b6b
@ -393,7 +393,7 @@ struct hrmap_grigorchuk : hrmap_standard {
|
||||
|
||||
if(grigorchuk::view_labels) queuestr(V, 0.3, grigorchuk::deform(dec[c->master]), 0xFFFFFF);
|
||||
|
||||
drawcell(c, V, 0, false);
|
||||
drawcell(c, V);
|
||||
|
||||
for(int i=0; i<3; i++) if(c->move(i))
|
||||
dq::enqueue_by_matrix(h->cmove(i), V * ddspin(c, i) * xpush(cgi.tessf) * iddspin(c->move(i), c->c.spin(i), M_PI));
|
||||
|
@ -477,7 +477,7 @@ void draw_ncee() {
|
||||
|
||||
const ld period = 2.898149445355172 / M_PI * 2;
|
||||
|
||||
dynamicval<eModel> pm(pmodel, mdUnchanged);
|
||||
dynamicval<eModel> pm(pmodel, mdPixel);
|
||||
dynamicval<eGeometry> pg(geometry, gEuclid);
|
||||
|
||||
initquickqueue();
|
||||
|
Loading…
Reference in New Issue
Block a user