mirror of
https://github.com/ppy/osu.git
synced 2025-01-29 13:42:54 +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()
|
protected void InvalidateScrollPosition()
|
||||||
{
|
{
|
||||||
Schedule(() =>
|
lastKnownScroll = null;
|
||||||
{
|
lastClickedSection = null;
|
||||||
lastKnownScroll = null;
|
|
||||||
lastClickedSection = null;
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void UpdateAfterChildren()
|
protected override void UpdateAfterChildren()
|
||||||
|
Loading…
Reference in New Issue
Block a user