1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 04:09:53 +08:00
This commit is contained in:
Hivie
2025-08-05 10:02:26 +01:00
Unverified
parent 2109109686
commit 85a7504ffc
@@ -45,7 +45,7 @@ namespace osu.Game.Rulesets.Taiko.Edit.Checks
var matchingPoint = TimingCheckUtils.FindExactMatchingTimingPoint(timingPoints, referencePoint.Time);
if (matchingPoint == null)
// Inconsistent timing points - that's handled by the main timing check, so skip
// Inconsistent timing points - that's handled by `CheckInconsistentTimingControlPoints`, so skip
continue;
if (referencePoint.OmitFirstBarLine != matchingPoint.OmitFirstBarLine)