1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-17 01:03:15 +08:00

Remove GetHashCode

This commit is contained in:
StanR
2024-09-23 16:30:02 +05:00
Unverified
parent 6ed151ccf5
commit 08bded82fd
@@ -198,11 +198,6 @@ namespace osu.Game.Rulesets.Osu.Difficulty.Evaluators
Math.Abs(Delta - other.Delta) < deltaDifferenceEpsilon;
}
public override int GetHashCode()
{
return HashCode.Combine(Delta, DeltaCount);
}
public bool Equals(Island? other)
{
if (other == null)