mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Fixed columns not being able to have zero fill
This commit is contained in:
@ -70,6 +70,9 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
private void recalculateValues()
|
||||
{
|
||||
// Resizes values to fit the amount of columns and stores it in calculatedValues
|
||||
// Defaults to all zeros if values is null
|
||||
|
||||
calculatedValues.RemoveAll(delegate { return true; });
|
||||
|
||||
if (values == null)
|
||||
|
Reference in New Issue
Block a user