mirror of
https://github.com/ppy/osu.git
synced 2026-05-17 03:52:35 +08:00
fix new panels appearing too soon
This commit is contained in:
@@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user