Move loading layer up one level to correct padding

This commit is contained in:
Dean Herbert
2021-04-06 17:09:51 +09:00
parent 1934e8e1fe
commit 899d708dac

View File

@ -163,9 +163,9 @@ namespace osu.Game.Screens.Select
} }
} }
}, },
loading = new LoadingLayer(true)
}
}, },
},
loading = new LoadingLayer(true)
}; };
} }