bug fixes for oop changes
This commit is contained in:
@ -1,7 +1,4 @@
|
||||
|
||||
-- 2020-03-30
|
||||
-- Requirement change: The gate's output will now depend only on the event, and not carry the input at all
|
||||
|
||||
return function(gate, argv)
|
||||
gate.ports[2]:setstate(toboolean(argv[1]))
|
||||
Gate.setportstate(gate, 2, toboolean(argv[1]))
|
||||
end
|
||||
|
Reference in New Issue
Block a user