mirror of https://github.com/ppy/osu
Remove duplicated call to `base.GetDrawableComponent`
This commit is contained in:
parent
6caf4e3879
commit
a38cb61b08
|
@ -92,10 +92,10 @@ public override Drawable GetDrawableComponent(ISkinComponent component)
|
|||
return skinnableTargetWrapper;
|
||||
}
|
||||
|
||||
return null;
|
||||
break;
|
||||
}
|
||||
|
||||
return base.GetDrawableComponent(component);
|
||||
return null;
|
||||
}
|
||||
|
||||
public override IBindable<TValue> GetConfig<TLookup, TValue>(TLookup lookup)
|
||||
|
|
Loading…
Reference in New Issue