toggle_ignore(): add xctx->prep_hash_inst=0, xctx->prep_net_structs=0, xctx->prep_hi_structs=0 at end of operations

This commit is contained in:
stefan schippers 2025-04-30 01:04:12 +02:00
parent 281c38b32d
commit 248fb1fd73
1 changed files with 3 additions and 0 deletions

View File

@ -2010,6 +2010,9 @@ void toggle_ignore(void)
}
set_inst_flags(&xctx->inst[i]);
set_modify(1);
xctx->prep_hash_inst=0;
xctx->prep_net_structs=0;
xctx->prep_hi_structs=0;
}
}
draw();