mirror of
https://github.com/ppy/osu.git
synced 2026-05-17 01:03:15 +08:00
Remove GetHashCode
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user