mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
Fix song select wedge sometimes not updating when localisation changes
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user