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:
parent
a30400ad29
commit
cd8e8c8323
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user