Skip to content

Commit

Permalink
Merge pull request #45 from ILW8/nudge-mods-display
Browse files Browse the repository at this point in the history
nudge mods display down in multi spectator
  • Loading branch information
ILW8 authored Apr 19, 2024
2 parents fd287ca + 74e5606 commit a3d48a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osu.Game/Screens/Play/HUDOverlay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ protected virtual void BindDrawableRuleset(DrawableRuleset drawableRuleset)
{
Anchor = Anchor.TopRight,
Origin = Anchor.TopRight,
Margin = new MarginPadding { Top = 96 }
};

protected PlayerSettingsOverlay CreatePlayerSettingsOverlay() => new PlayerSettingsOverlay();
Expand Down

0 comments on commit a3d48a2

Please sign in to comment.