Various CI adjustments

This commit is contained in:
FreezyLemon
2017-12-08 09:52:58 +01:00
parent 9d3d9bcdc8
commit 4b3cf0773d
2 changed files with 3 additions and 6 deletions

View File

@ -15,9 +15,9 @@ namespace osu.Game.Audio
public const string HIT_NORMAL = @"hitnormal";
public const string HIT_CLAP = @"hitclap";
public static SampleInfo FromSoundPoint(SoundControlPoint soundPoint, string sampleName = SampleInfo.HIT_NORMAL)
public static SampleInfo FromSoundPoint(SoundControlPoint soundPoint, string sampleName = HIT_NORMAL)
{
return new SampleInfo()
return new SampleInfo
{
Bank = soundPoint.SampleBank,
Name = sampleName,