Naxesss / MapsetVerifier

A modding tool for osu!
93 stars 8 forks source link

Minimum drain-time check is incorrect #10

Closed arjunpdhaliwal closed 3 years ago

arjunpdhaliwal commented 3 years ago

On this map: https://osu.ppy.sh/beatmapsets/1216983#osu/2532174

Verifier reports the drain time as being ~4:13, when in reality it's something like 4:17. I think it's not counting the spinner at 01:23:731 (1) - somehow.

Naxesss commented 3 years ago

seems to be related to https://github.com/Naxesss/MapsetParser/blob/master/objects/Beatmap.cs#L401 getting the object before the spinner instead of the spinner itself, should be an easy fix