1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 06:52:56 +08:00
This commit is contained in:
Andrei Zavatski 2019-11-15 12:15:51 +03:00
parent 18f77008db
commit f2862e95e0

View File

@ -28,7 +28,7 @@ namespace osu.Game.Overlays.BeatmapSet
get => ruleset;
set
{
if (ruleset == value)
if (ruleset?.Equals(value) ?? false)
{
DeselectAll();
return;