mirror of https://github.com/4yn/slidershim
fix hori slider output order
parent
f135c31904
commit
b02e14ecdf
|
@ -91,7 +91,7 @@ impl OutputHandler for HoriOutput {
|
|||
.fold(0, |axis, (idx, state)| {
|
||||
axis
|
||||
| match state {
|
||||
true => 0b11 << ((15 - idx) * 2),
|
||||
true => 0b11 << ((idx ^ 3) * 2),
|
||||
false => 0,
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue