Skip to content

Commit

Permalink
fix: Reduction meter showed reverse value (max reduction when none, a…
Browse files Browse the repository at this point in the history
…nd min when max)
  • Loading branch information
olzzon authored and olzzon committed Jun 1, 2020
1 parent ebf3cc3 commit a1aa3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/utils/mixerConnections/productSpecific/midas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const midasMeter = (message: any) => {
})

vuReductionMeters.push(reductionLevel)

reductionLevel = 1 - reductionLevel
store.dispatch({
type: SET_VU_REDUCTION_LEVEL,
channel: i,
Expand Down

0 comments on commit a1aa3eb

Please sign in to comment.