Disallow mistimed event firing

This commit is contained in:
Henry Lin
2021-07-20 10:31:19 +08:00
parent a387d8df74
commit 1c6a13fca7

View File

@ -353,6 +353,7 @@ namespace osu.Game.Rulesets.Osu.Mods
public TargetBeatContainer(double firstHitTime)
{
this.firstHitTime = firstHitTime;
AllowMistimedEventFiring = false;
Divisor = 1;
}