1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 01:52:55 +08:00

Add sample action to test so hover effect is visible

This commit is contained in:
Dean Herbert 2019-06-03 17:05:35 +09:00
parent dff7053a07
commit 1eab4e179d

View File

@ -23,6 +23,7 @@ namespace osu.Game.Tests.Visual.Online
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Action = () => { }
});
AddStep("switch loading state", () => button.IsLoading = !button.IsLoading);