mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:37:28 +08:00
fixes
This commit is contained in:
parent
e00ea2db04
commit
2203d55d64
@ -1 +1 @@
|
||||
Subproject commit 8413a36fd26f3bae2a789208a9317b4511c35e99
|
||||
Subproject commit dd0daafcfc0d625bb588c8e12d7db58bc00c255e
|
@ -21,6 +21,8 @@ namespace osu.Game.Rulesets.Catch.UI
|
||||
public CatchPlayfield()
|
||||
: base(Axes.Y)
|
||||
{
|
||||
Reversed.Value = true;
|
||||
|
||||
Size = new Vector2(1);
|
||||
|
||||
Anchor = Anchor.TopCentre;
|
||||
@ -30,9 +32,7 @@ namespace osu.Game.Rulesets.Catch.UI
|
||||
{
|
||||
content = new Container<Drawable>
|
||||
{
|
||||
Scale = new Vector2(1, -1),
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Origin = Anchor.BottomLeft
|
||||
},
|
||||
catcherArea = new CatcherArea
|
||||
{
|
||||
|
@ -219,13 +219,6 @@ namespace osu.Game.Rulesets.UI
|
||||
return removed;
|
||||
}
|
||||
|
||||
public override bool Remove(DrawableHitObject<TObject, TJudgement> hitObject)
|
||||
{
|
||||
foreach (var c in InternalChildren.OfType<SpeedAdjustmentContainer>())
|
||||
c.Remove(hitObject);
|
||||
return true;
|
||||
}
|
||||
|
||||
protected override void Update()
|
||||
{
|
||||
base.Update();
|
||||
|
Loading…
Reference in New Issue
Block a user