HitObject::end_time currently doesn't give the correct end time for sliders since it's not used in any calculation.
Since it's a public function, it should return the correct value though.
Although #20 now provides a way to access slider endtime, the HitObject::end_time method still needs better handling. Making the method private might be the way to go.
HitObject::end_time
currently doesn't give the correct end time for sliders since it's not used in any calculation. Since it's a public function, it should return the correct value though.