make groups only update update-causing ports
This commit is contained in:
@@ -27,7 +27,7 @@ function Gate.addport(self, port)
|
||||
end
|
||||
|
||||
function Gate.getportstate(self, index)
|
||||
return self.ports[index].state
|
||||
return Port.getinputstate(self.ports[index])
|
||||
end
|
||||
|
||||
function Gate.setportstate(self, index, state)
|
||||
|
||||
Reference in New Issue
Block a user