mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-15 03:20:30 +00:00
Fix nullability compile errors
This commit is contained in:
@@ -16,8 +16,8 @@ namespace osu.Framework.Benchmarks
|
||||
[Params(10, 100, 1000)]
|
||||
public int NumPoints;
|
||||
|
||||
private Vector2[] points;
|
||||
private bool[] results;
|
||||
private Vector2[] points = null!;
|
||||
private bool[] results = null!;
|
||||
|
||||
[GlobalSetup]
|
||||
public void GlobalSetup()
|
||||
|
||||
Reference in New Issue
Block a user