mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 12:57:39 +09:00
fix new panels appearing too soon
This commit is contained in:
parent
038fa682f7
commit
57b44b8c29
@ -153,7 +153,7 @@ namespace osu.Game.Overlays
|
|||||||
if(panels != null)
|
if(panels != null)
|
||||||
ScrollFlow.Remove(panels);
|
ScrollFlow.Remove(panels);
|
||||||
|
|
||||||
ScrollFlow.Add(panels = newPanels);
|
Scheduler.AddDelayed(() => ScrollFlow.Add(panels = newPanels), 200);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user