mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 04:51:26 +08:00
Fix CI fail
This commit is contained in:
@@ -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; }
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user