Flip default to the preferred method going forward

This commit is contained in:
Dean Herbert
2019-07-22 15:55:38 +09:00
parent be170b4124
commit c3b81bef4a
6 changed files with 10 additions and 3 deletions

View File

@ -121,6 +121,8 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
}
}
protected override bool UseTransformStateManagement => false;
// Normal and clap samples are handled by the drum
protected override IEnumerable<HitSampleInfo> GetSamples() => HitObject.Samples.Where(s => s.Name != HitSampleInfo.HIT_NORMAL && s.Name != HitSampleInfo.HIT_CLAP);