Remove pointless SkinReloadableDrawable specification

This commit is contained in:
Dean Herbert 2019-06-24 14:40:08 +09:00
parent d9f7011769
commit 9baf8160d1

View File

@ -1,4 +1,4 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // 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. // See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation; using osu.Framework.Allocation;
@ -9,7 +9,7 @@ using osuTK;
namespace osu.Game.Rulesets.Catch.UI namespace osu.Game.Rulesets.Catch.UI
{ {
public class CatcherSprite : SkinReloadableDrawable public class CatcherSprite : CompositeDrawable
{ {
public CatcherSprite() public CatcherSprite()
{ {