Many input components have un-necessary update methods that will update the output each loop, no matter if they are being read from or not. These can simply be shifted to the output-input (hehe) so that the values are only updated when they are read from
Many input components have un-necessary update methods that will update the output each loop, no matter if they are being read from or not. These can simply be shifted to the output-input (hehe) so that the values are only updated when they are read from