1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 13:27:23 +08:00
osu-lazer/osu.Game/Graphics/Backgrounds
Bartłomiej Dach 022b1a28d5 Add missing equality implementation for seasonal backgrounds
The equality operator is used to determine whether the next background
in the cycle should be loaded, to avoid pointless loads of the same
background several times (see #13362 and #13393). Its omission in the
latter pull caused seasonal backgrounds to no longer cycle.

Closes #13508.
2021-06-15 23:21:48 +02:00
..
Background.cs Reduce unnecessary background changes via IEquatable implementation 2021-06-08 22:37:18 +02:00
BeatmapBackground.cs Reduce unnecessary background changes via IEquatable implementation 2021-06-08 22:37:18 +02:00
BeatmapBackgroundWithStoryboard.cs Tidy up code 2021-06-04 15:18:16 +09:00
SeasonalBackgroundLoader.cs Add missing equality implementation for seasonal backgrounds 2021-06-15 23:21:48 +02:00
SkinBackground.cs Reduce unnecessary background changes via IEquatable implementation 2021-06-08 22:37:18 +02:00
Triangles.cs Remove more obsoleted members 2021-06-09 14:10:48 +09:00