mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-09 18:23:00 +00:00
fixed cgi_string in product
This commit is contained in:
@@ -1041,7 +1041,10 @@ EX string cgi_string() {
|
|||||||
|
|
||||||
if(bt::in() || GDIM == 3) V("WQ", its(vid.texture_step));
|
if(bt::in() || GDIM == 3) V("WQ", its(vid.texture_step));
|
||||||
|
|
||||||
if(hybri) V("U", its(int(hybrid::underlying)));
|
if(hybri) {
|
||||||
|
V("U", PIU(cgi_string()));
|
||||||
|
// its(int(hybrid::underlying)));
|
||||||
|
}
|
||||||
|
|
||||||
if(prod) V("PL", fts(vid.plevel_factor));
|
if(prod) V("PL", fts(vid.plevel_factor));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user