1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-24 05:17:17 +00:00

arb:: fixed not recreating the geometry

This commit is contained in:
Zeno Rogue 2019-12-27 12:05:28 +01:00
parent 31b9310552
commit 9da8708835

View File

@ -880,6 +880,8 @@ EX void check_cgi() {
if(arcm::in()) V("ARCM", arcm::current.symbol); if(arcm::in()) V("ARCM", arcm::current.symbol);
if(arb::in()) V("ARB", arb::current.name);
if(cryst) V("CRYSTAL", its(ginf[gCrystal].sides) + its(ginf[gCrystal].vertex)); if(cryst) V("CRYSTAL", its(ginf[gCrystal].sides) + its(ginf[gCrystal].vertex));
if(bt::in() || GDIM == 3) V("WQ", its(vid.texture_step)); if(bt::in() || GDIM == 3) V("WQ", its(vid.texture_step));