1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 01:02:55 +08:00

Unmark todo for now

This commit is contained in:
Dean Herbert 2020-10-13 18:33:55 +09:00
parent 40a0ab7aaa
commit a1801f8ae4

View File

@ -604,7 +604,7 @@ namespace osu.Game.Screens.Select
// remove but only if too far off-screen
if (panel.Y < visibleUpperBound - distance_offscreen_before_unload || panel.Y > visibleBottomBound + distance_offscreen_before_unload)
{
// todo: may want a fade effect here (could be seen if a huge change happens, like a set with 20 difficulties becomes selected).
// may want a fade effect here (could be seen if a huge change happens, like a set with 20 difficulties becomes selected).
panel.ClearTransforms();
panel.Expire();
}