mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 10:22:56 +08: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)
|
||||
ScrollFlow.Remove(panels);
|
||||
|
||||
ScrollFlow.Add(panels = newPanels);
|
||||
Scheduler.AddDelayed(() => ScrollFlow.Add(panels = newPanels), 200);
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user