Merge branch 'main' into feature/add-new-zoom-methods

This commit is contained in:
Neil Dorin
2021-12-03 11:14:10 -07:00
committed by GitHub

View File

@@ -425,7 +425,7 @@ namespace PepperDash.Essentials.DM {
Debug.Console(2, this, "Adding output port '{0}'", portKey);
OutputPorts.Add(new RoutingOutputPort(portKey, sigType, portType, selector, this)
{
FeedbackMatchObject = Chassis.Outputs[(uint)selector]
FeedbackMatchObject = selector
});
}