1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 17:52:56 +08:00

Fix CI fail

This commit is contained in:
Power Maker 2020-06-26 15:12:01 +02:00
parent efeaa1cc10
commit 798e8e7a8d
2 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,7 @@ namespace osu.Game.Tests.Visual.Gameplay
{
private FailingLayer layer;
private Bindable<bool> enabledHUD = new Bindable<bool>();
private readonly Bindable<bool> enabledHUD = new Bindable<bool>();
[Resolved]
private OsuConfigManager config { get; set; }

View File

@ -3,7 +3,6 @@
using System;
using System.Collections.Generic;
using Microsoft.Diagnostics.Runtime.Interop;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Extensions.IEnumerableExtensions;