1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 02:22:56 +08:00

Fix bindable propagation potentially making swells strong

This commit is contained in:
Dean Herbert 2020-10-09 17:12:10 +09:00
parent 144726e3c6
commit cb96a40dd6

View File

@ -158,6 +158,7 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
{
base.LoadSamples();
if (HitObject.CanBeStrong)
isStrong.Value = getStrongSamples().Any();
}