1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-09 18:44:51 +08:00

Fix bank not correctly being assigned to some taiko hit cases

This commit is contained in:
Dean Herbert
2023-05-16 16:35:58 +09:00
Unverified
parent d9ae822966
commit 31fff72eb6
+1 -1
View File
@@ -63,7 +63,7 @@ namespace osu.Game.Rulesets.Taiko.Objects
if (isRimType != rimSamples.Any())
{
if (isRimType)
Samples.Add(new HitSampleInfo(HitSampleInfo.HIT_CLAP));
Samples.Add(GetSampleInfo(HitSampleInfo.HIT_CLAP));
else
{
foreach (var sample in rimSamples)