mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Fix notification overlay having incorrect initial X
This commit is contained in:
parent
ae733e202f
commit
9ac5c9aa2f
@ -43,6 +43,7 @@ namespace osu.Game.Overlays
|
||||
[BackgroundDependencyLoader]
|
||||
private void load()
|
||||
{
|
||||
X = WIDTH;
|
||||
Width = WIDTH;
|
||||
RelativeSizeAxes = Axes.Y;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user