mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
arb:: fixed not recreating the geometry
This commit is contained in:
parent
31b9310552
commit
9da8708835
@ -879,6 +879,8 @@ EX void check_cgi() {
|
||||
if(IRREGULAR) V("IRR", its(irr::irrid));
|
||||
|
||||
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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user