Actually save changes

This commit is contained in:
Dean Herbert 2017-12-23 16:52:23 +09:00
parent a30400ad29
commit cd8e8c8323
1 changed files with 2 additions and 2 deletions

View File

@ -291,9 +291,9 @@ public bool OnPressed(TaikoAction action)
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;
}