mirror of
https://github.com/4yn/slidershim.git
synced 2026-09-01 21:44:13 -05:00
fix hori slider output order
This commit is contained in:
@@ -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,
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user