mirror of
https://github.com/ppy/osu.git
synced 2026-06-01 03:19:55 +08:00
Fix kiai not working during gameplay.
This commit is contained in:
@@ -41,6 +41,7 @@ namespace osu.Game.Modes.Taiko.Objects.Drawable
|
||||
Width = (float)(drumRoll.Duration / drumRoll.PreEmpt);
|
||||
|
||||
Add(circle = CreateCirclePiece());
|
||||
circle.KiaiMode = HitObject.Kiai;
|
||||
|
||||
foreach (var tick in drumRoll.Ticks)
|
||||
{
|
||||
|
||||
@@ -46,6 +46,8 @@ namespace osu.Game.Modes.Taiko.Objects.Drawable
|
||||
Circle = CreateCirclePiece()
|
||||
}
|
||||
});
|
||||
|
||||
Circle.KiaiMode = HitObject.Kiai;
|
||||
}
|
||||
|
||||
protected override void CheckJudgement(bool userTriggered)
|
||||
|
||||
@@ -128,6 +128,8 @@ namespace osu.Game.Modes.Taiko.Objects.Drawable
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
circlePiece.KiaiMode = HitObject.Kiai;
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
|
||||
Reference in New Issue
Block a user