mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
Fix some components using wrong sample set
This commit is contained in:
@ -41,6 +41,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
private readonly LoadingSpinner loading;
|
||||
|
||||
protected LoadingButton()
|
||||
: base(HoverSampleSet.Button)
|
||||
{
|
||||
Add(loading = new LoadingSpinner
|
||||
{
|
||||
|
Reference in New Issue
Block a user