diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2025-07-26 03:44:23 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-25 17:44:23 -0700 |
| commit | 70a174197780758981cae2c012cee02f8d4ff83f (patch) | |
| tree | a4d90893b5d1de7adb4ccddc778b96ce1989c457 /src/f_pc/f_pc_node.cpp | |
| parent | 585670f2b1240d10a7e0a3c6dc7e84d8909206f3 (diff) | |
d_a_obj_twGate Matching (#2555)
* d_a_obj_twGate Matching
* d_a_obj_volcbom OK
Diffstat (limited to 'src/f_pc/f_pc_node.cpp')
| -rw-r--r-- | src/f_pc/f_pc_node.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/f_pc/f_pc_node.cpp b/src/f_pc/f_pc_node.cpp index 72828c7968..f5c326d20e 100644 --- a/src/f_pc/f_pc_node.cpp +++ b/src/f_pc/f_pc_node.cpp @@ -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; |
