1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 09:27:34 +08:00

Remove one more unnecessary schedule

This commit is contained in:
Dean Herbert 2022-04-22 15:32:23 +09:00
parent 06594ca0c8
commit f282e5b013

View File

@ -194,12 +194,9 @@ namespace osu.Game.Graphics.Containers
} }
protected void InvalidateScrollPosition() protected void InvalidateScrollPosition()
{
Schedule(() =>
{ {
lastKnownScroll = null; lastKnownScroll = null;
lastClickedSection = null; lastClickedSection = null;
});
} }
protected override void UpdateAfterChildren() protected override void UpdateAfterChildren()