Volume should be 0 by default

This commit is contained in:
smoogipoo
2020-12-01 18:09:28 +09:00
parent 6b4a6c12c8
commit 2840405112
3 changed files with 4 additions and 3 deletions

View File

@ -43,7 +43,7 @@ namespace osu.Game.Rulesets.Catch.Tests
NewCombo = i % 8 == 0,
Samples = new List<HitSampleInfo>(new[]
{
new HitSampleInfo(HitSampleInfo.HIT_NORMAL, "normal")
new HitSampleInfo(HitSampleInfo.HIT_NORMAL, "normal", volume: 100)
})
});
}