mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 06:42:54 +08:00
Fix CI issue
This commit is contained in:
parent
f2fa8dc2d2
commit
3c425dd07f
@ -2,7 +2,6 @@
|
||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using osu.Framework.Allocation;
|
||||
using osu.Framework.Testing;
|
||||
using osu.Game.Beatmaps;
|
||||
|
@ -17,7 +17,7 @@ namespace osu.Game.Screens.Play
|
||||
set
|
||||
{
|
||||
objects = value;
|
||||
|
||||
|
||||
const int granularity = 200;
|
||||
Values = new int[granularity];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user