fixup to hat_param_imag

This commit is contained in:
Zeno Rogue 2023-04-11 16:43:53 +02:00
parent 2576918b8a
commit 1c2dbcc7d9
1 changed files with 1 additions and 0 deletions

View File

@ -1262,6 +1262,7 @@ EX string cgi_string() {
if(bt::in()) V("BT", fts(vid.binary_width));
if(hat::in()) V("H", fts(hat::hat_param));
if(hat::in() && hat::hat_param_imag) V("HI", fts(hat::hat_param_imag));
if(nil) V("NILW", fts(nilv::nilwidth));