mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-10 20:27:39 +00:00
arb:: fixed not recreating the geometry
This commit is contained in:
@@ -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));
|
||||||
|
Reference in New Issue
Block a user