1
0
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:
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)
};
}