fixed cgi_string in product

This commit is contained in:
Zeno Rogue 2020-10-18 14:37:55 +02:00
parent 3b60420968
commit 9f14389489
1 changed files with 4 additions and 1 deletions

View File

@ -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));