Fix missing DummyRenderer in skin resources tests

This commit is contained in:
Dean Herbert
2022-08-08 13:05:59 +09:00
parent f1691882e2
commit a8dee17513
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,6 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
#nullable disable
using osu.Framework.Audio;
using osu.Framework.Graphics.Rendering;
using osu.Framework.Graphics.Textures;
@ -21,7 +19,7 @@ namespace osu.Game.IO
/// <summary>
/// Retrieve the game-wide audio manager.
/// </summary>
AudioManager AudioManager { get; }
AudioManager? AudioManager { get; }
/// <summary>
/// Access game-wide user files.