mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Remove redundant/overwritten specifications
This commit is contained in:
@ -69,17 +69,8 @@ namespace osu.Game.Tests.Visual.Gameplay
|
|||||||
this.ChildrenOfType<SongProgress>().ForEach(progress => progress.Objects = objects);
|
this.ChildrenOfType<SongProgress>().ForEach(progress => progress.Objects = objects);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override Drawable CreateDefaultImplementation() => new DefaultSongProgress
|
protected override Drawable CreateDefaultImplementation() => new DefaultSongProgress();
|
||||||
{
|
|
||||||
RelativeSizeAxes = Axes.X,
|
|
||||||
Anchor = Anchor.BottomLeft,
|
|
||||||
Origin = Anchor.BottomLeft,
|
|
||||||
};
|
|
||||||
|
|
||||||
protected override Drawable CreateLegacyImplementation() => new LegacySongProgress
|
protected override Drawable CreateLegacyImplementation() => new LegacySongProgress();
|
||||||
{
|
|
||||||
Anchor = Anchor.Centre,
|
|
||||||
Origin = Anchor.Centre,
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user