1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-04-17 07:21:22 +00:00

arb:: simplified display of apeirogons

This commit is contained in:
Zeno Rogue
2022-05-01 11:18:39 +02:00
parent 292bb72794
commit d3864a2e2c
5 changed files with 25 additions and 3 deletions

View File

@@ -1169,7 +1169,9 @@ EX string cgi_string() {
#endif
if(arb::in()) V("ARB", its(arb::current.order));
if(arb::in()) V("AP", its(arb::apeirogon_simplified_display));
if(cryst) V("CRYSTAL", its(ginf[gCrystal].sides) + its(ginf[gCrystal].vertex));
if(bt::in() || GDIM == 3) V("WQ", its(vid.texture_step));