mirror of
https://github.com/osukey/osukey.git
synced 2025-06-22 03:38:01 +09:00
Unmark todo for now
This commit is contained in:
parent
40a0ab7aaa
commit
a1801f8ae4
@ -604,7 +604,7 @@ namespace osu.Game.Screens.Select
|
|||||||
// remove but only if too far off-screen
|
// remove but only if too far off-screen
|
||||||
if (panel.Y < visibleUpperBound - distance_offscreen_before_unload || panel.Y > visibleBottomBound + distance_offscreen_before_unload)
|
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.ClearTransforms();
|
||||||
panel.Expire();
|
panel.Expire();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user