1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 11:37:28 +08:00

Merge pull request #3452 from smoogipoo/fix-bufferedwedge-localisation

Fix songselect wedge sometimes not updating when localisation changes
This commit is contained in:
Dean Herbert 2018-09-19 15:31:14 +09:00 committed by GitHub
commit 0237153c27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -261,6 +261,8 @@ namespace osu.Game.Screens.Select
}
}
};
titleBinding.BindValueChanged(value => setMetadata(metadata.Source));
artistBinding.BindValueChanged(value => setMetadata(metadata.Source), true);
// no difficulty means it can't have a status to show