Make HitSampleInfo.Bank non-nullable

This commit is contained in:
Dean Herbert
2023-05-16 16:29:24 +09:00
parent 267e63320f
commit 83dcd78826
10 changed files with 35 additions and 22 deletions

View File

@ -42,7 +42,7 @@ namespace osu.Game.Tests.Visual.Editing
Position = (OsuPlayfield.BASE_SIZE - new Vector2(100, 0)) / 2,
Samples = new List<HitSampleInfo>
{
new HitSampleInfo(HitSampleInfo.HIT_NORMAL, "normal", volume: 80)
new HitSampleInfo(HitSampleInfo.HIT_NORMAL, volume: 80)
}
});