Fix MMOverlay bug causing crashes
Compare changes
@@ -76,11 +76,14 @@ namespace Overlay {
mainDigit = MmDigit(mainDigit.identify(), Time, mainDigit.stripResponsePosition(),Charge,mainDigit.chipResponseTime(),mainDigit.chipResponsePosition(),mainDigit.chipResponseCharge(),mainDigit.stripTimeForTrigger(),mainDigit.stripPositionForTrigger(),mainDigit.stripChargeForTrigger(),mainDigit.MMFE_VMM_idForTrigger(),mainDigit.VMM_idForTrigger());
mainDigit = MmDigit(mainDigit.identify(), Time, Position, Charge, mainDigit.chipResponseTime(), mainDigit.chipResponsePosition(), mainDigit.chipResponseCharge(), mainDigit.stripTimeForTrigger(), mainDigit.stripPositionForTrigger(), mainDigit.stripChargeForTrigger(), mainDigit.MMFE_VMM_idForTrigger(), mainDigit.VMM_idForTrigger());