1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-27 00:23:01 +08:00

Actually save changes

This commit is contained in:
Dean Herbert 2017-12-23 16:52:23 +09:00
parent a30400ad29
commit cd8e8c8323

View File

@ -291,9 +291,9 @@ namespace osu.Game.Rulesets.Taiko.UI
throw new InvalidOperationException("Current sample set not found.");
if (action == TaikoAction.LeftCentre || action == TaikoAction.RightCentre)
samples.Item1.Play();
samples.Centre.Play();
else
samples.Item2.Play();
samples.Rim.Play();
return true;
}