Closed 18684092 closed 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
Added conditional use within moveRightIncreaseOffset()
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