Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move `last_position[n] = rotary_pos` to after current position is evaluated. Without this, `last_position[n]` was being overwritten before it was compared to `rotary_pos`.
- Loading branch information