1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 20:13:21 +08:00

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;
}