mirror of
https://github.com/ppy/osu.git
synced 2025-03-06 16:37:24 +08:00
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.