mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-20 06:03:01 +00:00
fixed cgi_string in product
This commit is contained in:
parent
3b60420968
commit
9f14389489
@ -1041,7 +1041,10 @@ EX string cgi_string() {
|
||||
|
||||
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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user