18684092 / Steering-Wheel-Project

Haptic Steering Wheel
MIT License
13 stars 2 forks source link

Profiler - moves right too much (doubles up) #3

Closed 18684092 closed 4 years ago

18684092 commented 4 years ago

When the profiler tries to find the best starting position it uses the previous right offset. If more offset is needed it doubles the offset rather than adding one more unit.

Doesn't effect accuracy - just unnecessary

18684092 commented 4 years ago

Added conditional use within moveRightIncreaseOffset()