mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 13:37:25 +08:00
Fix song select wedge sometimes not updating when localisation changes
This commit is contained in:
parent
492b5edb02
commit
38a3c2a820
@ -261,6 +261,8 @@ namespace osu.Game.Screens.Select
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
titleBinding.BindValueChanged(value => setMetadata(metadata.Source));
|
||||||
artistBinding.BindValueChanged(value => setMetadata(metadata.Source), true);
|
artistBinding.BindValueChanged(value => setMetadata(metadata.Source), true);
|
||||||
|
|
||||||
// no difficulty means it can't have a status to show
|
// no difficulty means it can't have a status to show
|
||||||
|
Loading…
Reference in New Issue
Block a user