mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
CA1825: use Array.Empty.
This commit is contained in:
@ -38,7 +38,7 @@ namespace osu.Game.Screens.Play
|
||||
}
|
||||
}
|
||||
|
||||
private float[] calculatedValues = { }; // values but adjusted to fit the amount of columns
|
||||
private float[] calculatedValues = Array.Empty<float>(); // values but adjusted to fit the amount of columns
|
||||
|
||||
private int[] values;
|
||||
|
||||
|
Reference in New Issue
Block a user