mirror of
https://github.com/osukey/osukey.git
synced 2025-05-03 04:37:30 +09:00
Remove unnecessary parameter
This commit is contained in:
parent
e2589b2dcb
commit
f7abfdb40e
@ -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 System;
|
using System;
|
||||||
@ -44,8 +44,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Pieces
|
|||||||
{
|
{
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both
|
||||||
Alpha = 0
|
|
||||||
},
|
},
|
||||||
FollowCircle = new FollowCircleContainer
|
FollowCircle = new FollowCircleContainer
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user