1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 06:42:54 +08:00

Add test for loading spinner with box

This commit is contained in:
Dean Herbert 2020-02-21 16:21:44 +09:00
parent bbac95958c
commit 7d145a7470

View File

@ -34,7 +34,7 @@ namespace osu.Game.Tests.Visual.UserInterface
Colour = Color4.White,
RelativeSizeAxes = Axes.Both
},
loading = new LoadingSpinner()
loading = new LoadingSpinner(true)
});
loading.Show();