1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 10:33:07 +08:00

Make sure the first object you place has bank and volume

This commit is contained in:
OliBomby 2023-05-01 00:49:01 +02:00
parent 608fa3cc73
commit 2a94757154

View File

@ -52,7 +52,7 @@ namespace osu.Game.Rulesets.Edit
HitObject = hitObject;
// adding the default hit sample should be the case regardless of the ruleset.
HitObject.Samples.Add(new HitSampleInfo(HitSampleInfo.HIT_NORMAL));
HitObject.Samples.Add(new HitSampleInfo(HitSampleInfo.HIT_NORMAL, SampleControlPoint.DEFAULT_BANK, volume: 100));
RelativeSizeAxes = Axes.Both;