1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-08 05:03:38 +08:00

Fix all local tests

This commit is contained in:
Craftplacer
2020-04-24 07:57:16 +02:00
Unverified
parent 7091d47464
commit 84aa37d7c3
3 changed files with 9 additions and 3 deletions
@@ -1,4 +1,7 @@
using osu.Framework.Allocation;
// 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.
using osu.Framework.Allocation;
using osu.Framework.Audio.Track;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
@@ -1,4 +1,7 @@
using osu.Framework.Allocation;
// 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.
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Animations;
using osu.Framework.Graphics.Textures;
+1 -1
View File
@@ -284,7 +284,7 @@ namespace osu.Game.Rulesets.Taiko.UI
}
}
class ProxyContainer : LifetimeManagementContainer
internal class ProxyContainer : LifetimeManagementContainer
{
public new MarginPadding Padding
{