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

Revert "Remove one more unnecessary schedule"

This reverts commit f282e5b013.
This commit is contained in:
Dean Herbert 2022-04-22 21:24:58 +09:00
parent ca6c292a08
commit 5f3ff51f7e

View File

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