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

add back update in onUserChange

This commit is contained in:
chrisny286 2019-01-23 03:21:09 +01:00
parent 3f96231b2f
commit 47181cf5d7

View File

@ -127,6 +127,7 @@ namespace osu.Game.Graphics.UserInterface
{
base.OnUserChange(value);
playSample(value);
updateTooltipText(value);
}
private void playSample(T value)