Add tick sample.

This commit is contained in:
Dean Herbert
2017-02-16 13:39:01 +09:00
parent 19eb58e724
commit 2640c2ac43
2 changed files with 21 additions and 1 deletions

View File

@ -66,7 +66,7 @@ namespace osu.Game.Modes.Objects.Drawables
sample = audio.Sample.Get($@"Gameplay/{sampleSet}-hit{hitType}");
}
protected void PlaySample()
protected virtual void PlaySample()
{
sample?.Play();
}