Skip to content

Body ranges: correct binary search for left edge

Ruben De Smet requested to merge kletterli-crash into main

A left edge got incorrectly identified if the searched range's start position should have been on the next edge instead.

Merge request reports