mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
apply ScorePosition to the judgement container
This commit is contained in:
@ -181,9 +181,8 @@ namespace osu.Game.Rulesets.Mania.UI
|
||||
|
||||
protected override void OnSkinChanged()
|
||||
{
|
||||
judgements.ScorePosition = CurrentSkin.GetConfig<ManiaSkinConfigurationLookup, float>(
|
||||
new ManiaSkinConfigurationLookup(LegacyManiaSkinConfigurationLookups.ScorePosition))
|
||||
?.Value ?? 0;
|
||||
judgements.ScorePosition = CurrentSkin.GetManiaSkinConfig<float>(LegacyManiaSkinConfigurationLookups.ScorePosition)
|
||||
?.Value ?? 0;
|
||||
}
|
||||
|
||||
protected override void Update()
|
||||
|
Reference in New Issue
Block a user