mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 02:57:25 +08:00
Revert "Revert "Remove one more unnecessary schedule""
This reverts commit 5f3ff51f7e1f1c416b2be768b7433aabf7fbb5be.
This commit is contained in:
parent
b283586f7d
commit
0dc3d1041f
@ -195,11 +195,8 @@ namespace osu.Game.Graphics.Containers
|
||||
|
||||
protected void InvalidateScrollPosition()
|
||||
{
|
||||
Schedule(() =>
|
||||
{
|
||||
lastKnownScroll = null;
|
||||
lastClickedSection = null;
|
||||
});
|
||||
lastKnownScroll = null;
|
||||
lastClickedSection = null;
|
||||
}
|
||||
|
||||
protected override void UpdateAfterChildren()
|
||||
|
Loading…
x
Reference in New Issue
Block a user