1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-30 09:07:25 +08:00
osu-lazer/osu.Game/Rulesets/Objects/Legacy
Dean Herbert 4523393208 Remove IsLayered from LegacyHitSampleInfo comparison
The equality of samples is generally used to compare the sample
equality, not its full properties. For instance, we don't compare
`Volume` in the base implementation.

Having `IsLayered` here breaks actual usages of equality, ie. for
pooling purposes.
2022-03-14 17:19:48 +09:00
..
Catch Change IHasRepeats.NodeSamples to IList from List 2021-10-23 01:59:07 -07:00
Mania Remove unnecessary using 2021-10-23 02:25:20 -07:00
Osu Change IHasRepeats.NodeSamples to IList from List 2021-10-23 01:59:07 -07:00
Taiko Change IHasRepeats.NodeSamples to IList from List 2021-10-23 01:59:07 -07:00
ConvertHitObject.cs Revert changes to make HitObject abstract 2020-02-25 19:07:15 +09:00
ConvertHitObjectParser.cs Remove IsLayered from LegacyHitSampleInfo comparison 2022-03-14 17:19:48 +09:00
ConvertSlider.cs Change IHasRepeats.NodeSamples to IList from List 2021-10-23 01:59:07 -07:00