mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 23:05:36 -04:00
d_a_obj_twGate Matching (#2555)
* d_a_obj_twGate Matching * d_a_obj_volcbom OK
This commit is contained in:
@@ -105,7 +105,7 @@ s32 fpcNd_Create(process_node_class* i_procNode) {
|
||||
layer_class* save_layer;
|
||||
s32 ret;
|
||||
|
||||
if (procnode->base.init_state == 0) {
|
||||
if (procnode->base.state.init_state == 0) {
|
||||
node_process_profile_definition* pprofile = (node_process_profile_definition*)procnode->base.profile;
|
||||
procnode->base.subtype = fpcBs_MakeOfType(&g_fpcNd_type);
|
||||
procnode->nodedraw_method = (nodedraw_method_class*)pprofile->sub_methods;
|
||||
|
||||
Reference in New Issue
Block a user