1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-12 15:26:00 +00:00

updated rogueviz to changes in HyperRogue

This commit is contained in:
Zeno Rogue
2019-10-27 13:14:40 +01:00
parent af5d961b1d
commit d7c57d3b6b
2 changed files with 2 additions and 2 deletions

View File

@@ -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();