This commit is contained in:
Redo 2022-11-04 15:06:01 -06:00
parent a9056df54d
commit a9ac30920e

View File

@ -103,7 +103,7 @@ function GateDefinition.constructgate(def, objref, position, rotation)
gate.ports[port.idx] = port
gate.port_nets[port.idx] = nil
gate.ports_states[port.idx] = 0
gate.port_states[port.idx] = 0
end
return gate