The GetPathBoundsInformation function in Curve passes the same int for minIndex and maxIndex into GetCurveBoundsInformation, which results in GetCurveIndexBoundsInformation always returning 0, 0 for the min/max index, which in turn results in returning endTime = startTime
↧