Open instr3 opened 5 years ago
this is caused by the beatmap file not following the correct format.
at the end of the [HitObjects] section there are 2 sliders that are out of order
fixing the beatmap file fixes the problem
presumably this happens because oppai doesn't sort the hitobjects (since they are supposed to already be sorted) and falls into some sort of miscalculation when calculating strains (maybe?)
whatever the reason, this can be fixed by simply sorting the objects after parsing them
The map is https://osu.ppy.sh/beatmapsets/91353#osu/285777 (easy) Reference star difficulty: 1.34 Oppai's output:
Also thanks to @jxpxxzj