Skip to content

Commit

Permalink
Fix silly bug
Browse files Browse the repository at this point in the history
  • Loading branch information
spensbot committed Jul 4, 2024
1 parent 33cb0ec commit e561ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/dmxUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export function getDmxValue(
} else {
return calculate_axis_channel(
ch,
getParam(params, 'xAxis'),
getParam(params, 'yAxis'),
fixture.window?.y?.pos,
0.0, // No y-mirroring yet
fixture
Expand Down

0 comments on commit e561ade

Please sign in to comment.