Fix helper method returning incorrect result

This commit is contained in:
Salman Ahmed 2024-01-16 14:27:30 +03:00
parent 2935bd4809
commit 90da39c65d

View File

@ -255,7 +255,7 @@ namespace osu.Game.Utils
}
if (!found)
return true;
return false;
}
return true;