mirror of
https://github.com/ppy/osu.git
synced 2026-05-24 04:09:53 +08:00
comment
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user