This commit is contained in:
smoogipoo
2020-07-16 21:18:24 +09:00
parent 18d3685023
commit 03a7b8a6ef
4 changed files with 8 additions and 8 deletions

View File

@ -19,7 +19,7 @@ namespace osu.Game.Rulesets.Mania.UI
/// <remarks>
/// The covered area extends in the scrolling direction, with its size depending on <see cref="Coverage"/>.
/// </remarks>
public class PlayfieldCoveringContainer : CompositeDrawable
public class PlayfieldCoveringWrapper : CompositeDrawable
{
/// <summary>
/// The complete cover, including gradient and fill.
@ -38,7 +38,7 @@ namespace osu.Game.Rulesets.Mania.UI
private readonly IBindable<ScrollingDirection> scrollDirection = new Bindable<ScrollingDirection>();
public PlayfieldCoveringContainer(Drawable content)
public PlayfieldCoveringWrapper(Drawable content)
{
InternalChild = new BufferedContainer
{