preprocess params for hidden ops
parent
0408d9a6a3
commit
2e9fdc1dda
BIN
art/demo.ecotex
BIN
art/demo.ecotex
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
After Width: | Height: | Size: 85 KiB |
|
@ -85,7 +85,6 @@ void texed_process_ops(void) {
|
|||
void texed_process_params(void) {
|
||||
for (int i = 0; i < zpl_array_count(ctx.ops); i += 1) {
|
||||
td_op *op = &ctx.ops[i];
|
||||
if (op->is_hidden) continue;
|
||||
|
||||
for (int j = 0; j < op->num_params; j += 1) {
|
||||
td_param *p = &op->params[j];
|
||||
|
|
Loading…
Reference in New Issue