mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
condensed some commits because they were small or already reversed
This commit is contained in:
@ -57,6 +57,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
Length = bar.Value / (MaxValue ?? value.Max()),
|
||||
Direction = Direction,
|
||||
});
|
||||
//I'm using ToList() here because Where() returns an Enumerable which can change it's elements afterwards
|
||||
Remove(Children.Where((bar, index) => index >= value.Count()).ToList());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user