From 9baf8160d1e07256d36fe4ec7daee20f0be3259c Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Mon, 24 Jun 2019 14:40:08 +0900 Subject: [PATCH] Remove pointless SkinReloadableDrawable specification --- osu.Game.Rulesets.Catch/UI/CatcherSprite.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osu.Game.Rulesets.Catch/UI/CatcherSprite.cs b/osu.Game.Rulesets.Catch/UI/CatcherSprite.cs index df396279fc..c0c1952064 100644 --- a/osu.Game.Rulesets.Catch/UI/CatcherSprite.cs +++ b/osu.Game.Rulesets.Catch/UI/CatcherSprite.cs @@ -1,4 +1,4 @@ -// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence. +// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; @@ -9,7 +9,7 @@ using osuTK; namespace osu.Game.Rulesets.Catch.UI { - public class CatcherSprite : SkinReloadableDrawable + public class CatcherSprite : CompositeDrawable { public CatcherSprite() {