mirror of
https://github.com/osukey/osukey.git
synced 2025-06-03 20:07:18 +09:00
Remove IsLayered
from GetHasCode
implementation
This commit is contained in:
parent
39d95aa8cf
commit
16ee6b5fc7
@ -505,7 +505,7 @@ namespace osu.Game.Rulesets.Objects.Legacy
|
||||
public override bool Equals(object? obj)
|
||||
=> obj is LegacyHitSampleInfo other && Equals(other);
|
||||
|
||||
public override int GetHashCode() => HashCode.Combine(base.GetHashCode(), CustomSampleBank, IsLayered);
|
||||
public override int GetHashCode() => HashCode.Combine(base.GetHashCode(), CustomSampleBank);
|
||||
}
|
||||
|
||||
private class FileHitSampleInfo : LegacyHitSampleInfo, IEquatable<FileHitSampleInfo>
|
||||
|
Loading…
x
Reference in New Issue
Block a user