Disallow mistimed event firing

This commit is contained in:
Henry Lin 2021-07-20 10:31:19 +08:00
parent a387d8df74
commit 1c6a13fca7
1 changed files with 1 additions and 0 deletions

View File

@ -353,6 +353,7 @@ public class TargetBeatContainer : BeatSyncedContainer
public TargetBeatContainer(double firstHitTime)
{
this.firstHitTime = firstHitTime;
AllowMistimedEventFiring = false;
Divisor = 1;
}