mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:57:36 +08:00
Fix bank not correctly being assigned to some taiko hit cases
This commit is contained in:
parent
d9ae822966
commit
31fff72eb6
@ -63,7 +63,7 @@ namespace osu.Game.Rulesets.Taiko.Objects
|
|||||||
if (isRimType != rimSamples.Any())
|
if (isRimType != rimSamples.Any())
|
||||||
{
|
{
|
||||||
if (isRimType)
|
if (isRimType)
|
||||||
Samples.Add(new HitSampleInfo(HitSampleInfo.HIT_CLAP));
|
Samples.Add(GetSampleInfo(HitSampleInfo.HIT_CLAP));
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
foreach (var sample in rimSamples)
|
foreach (var sample in rimSamples)
|
||||||
|
Loading…
Reference in New Issue
Block a user