mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Disallow mistimed event firing
This commit is contained in:
@ -353,6 +353,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
public TargetBeatContainer(double firstHitTime)
|
||||
{
|
||||
this.firstHitTime = firstHitTime;
|
||||
AllowMistimedEventFiring = false;
|
||||
Divisor = 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user