mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Remove now unnecessary comment.
This commit is contained in:
@ -45,9 +45,6 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
|
|||||||
|
|
||||||
AddRange(new Drawable[]
|
AddRange(new Drawable[]
|
||||||
{
|
{
|
||||||
// For now the body piece covers the entire height of the container
|
|
||||||
// whereas possibly in the future we don't want to extend under the head/tail.
|
|
||||||
// This will be fixed when new designs are given or the current design is finalized.
|
|
||||||
bodyPiece = new BodyPiece
|
bodyPiece = new BodyPiece
|
||||||
{
|
{
|
||||||
Anchor = Anchor.TopCentre,
|
Anchor = Anchor.TopCentre,
|
||||||
|
Reference in New Issue
Block a user