make groups only update update-causing ports

This commit is contained in:
Redo0
2021-05-25 16:08:58 -05:00
parent 8fe789eade
commit 53e9423ab1
5 changed files with 89 additions and 38 deletions

View File

@@ -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)