mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Update Remove
/RemoveRange
/RemoveAll
calls in line with framework changes
This commit is contained in:
@ -70,7 +70,7 @@ namespace osu.Game.Graphics.Containers
|
||||
if (value == footer) return;
|
||||
|
||||
if (footer != null)
|
||||
scrollContainer.Remove(footer);
|
||||
scrollContainer.Remove(footer, true);
|
||||
footer = value;
|
||||
if (value == null) return;
|
||||
|
||||
|
Reference in New Issue
Block a user