mirror of
https://github.com/osukey/osukey.git
synced 2025-06-08 12:58:01 +09:00
CI fix
This commit is contained in:
parent
2592a0489b
commit
e51fd00d58
@ -11,8 +11,6 @@ using osu.Game.Rulesets.Taiko;
|
|||||||
using osu.Game.Rulesets.Catch;
|
using osu.Game.Rulesets.Catch;
|
||||||
using osu.Framework.Graphics.Containers;
|
using osu.Framework.Graphics.Containers;
|
||||||
using osu.Framework.Graphics.Sprites;
|
using osu.Framework.Graphics.Sprites;
|
||||||
using osu.Framework.Bindables;
|
|
||||||
using osu.Game.Rulesets;
|
|
||||||
using osu.Framework.Extensions.IEnumerableExtensions;
|
using osu.Framework.Extensions.IEnumerableExtensions;
|
||||||
|
|
||||||
namespace osu.Game.Tests.Visual.Online
|
namespace osu.Game.Tests.Visual.Online
|
||||||
|
@ -28,7 +28,7 @@ namespace osu.Game.Overlays.BeatmapSet
|
|||||||
get => ruleset;
|
get => ruleset;
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
if (ruleset == value)
|
if (ruleset?.Equals(value) ?? false)
|
||||||
{
|
{
|
||||||
DeselectAll();
|
DeselectAll();
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user