mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 17:07:38 +08:00
Remove one more unnecessary schedule
This commit is contained in:
parent
06594ca0c8
commit
f282e5b013
@ -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…
Reference in New Issue
Block a user