fix gate data ordere
This commit is contained in:
parent
7bb5d2f3c4
commit
2f6e29aae8
@ -31,9 +31,9 @@ function lualogic_registergatedefinition_auto(%data){
|
||||
lualogic_expandescape(%data.logicUpdate) @ ";" @
|
||||
lualogic_expandescape(%data.logicInput ) @ ";" @
|
||||
lualogic_expandescape(%data.logicGlobal) @ ";" @
|
||||
%numports @ ";" @
|
||||
(%data.logicCFunction || 0) @ ";" @
|
||||
(%data.logicCDataSize || 0)
|
||||
(%data.logicCDataSize || 0) @ ";" @
|
||||
%numports
|
||||
;
|
||||
|
||||
for(%i = 0; %i < %numports; %i++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user