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:
parent
a387d8df74
commit
1c6a13fca7
@ -353,6 +353,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
public TargetBeatContainer(double firstHitTime)
|
||||
{
|
||||
this.firstHitTime = firstHitTime;
|
||||
AllowMistimedEventFiring = false;
|
||||
Divisor = 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user