fix typo
This commit is contained in:
@ -103,7 +103,7 @@ function GateDefinition.constructgate(def, objref, position, rotation)
|
|||||||
|
|
||||||
gate.ports[port.idx] = port
|
gate.ports[port.idx] = port
|
||||||
gate.port_nets[port.idx] = nil
|
gate.port_nets[port.idx] = nil
|
||||||
gate.ports_states[port.idx] = 0
|
gate.port_states[port.idx] = 0
|
||||||
end
|
end
|
||||||
|
|
||||||
return gate
|
return gate
|
||||||
|
Reference in New Issue
Block a user