mirror of
https://github.com/ppy/osu.git
synced 2026-05-17 21:13:01 +08:00
Actually save changes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user