mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:07:44 +08:00
Move loading layer up one level to correct padding
This commit is contained in:
parent
1934e8e1fe
commit
899d708dac
@ -163,9 +163,9 @@ namespace osu.Game.Screens.Select
|
||||
}
|
||||
}
|
||||
},
|
||||
loading = new LoadingLayer(true)
|
||||
}
|
||||
},
|
||||
},
|
||||
loading = new LoadingLayer(true)
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user