mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
changes and fixes
This commit is contained in:
@ -58,7 +58,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
Length = values[i] / (MaxValue ?? values.Max()),
|
||||
Direction = Direction,
|
||||
});
|
||||
Remove(Children.Where((bar, index) => index >= values.Count));
|
||||
Remove(Children.Where((bar, index) => index >= values.Count).ToList());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user