1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00

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.
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()
{