mirror of
https://github.com/ppy/osu.git
synced 2025-01-22 07:36:05 +08:00
Remove unnecessary alpha/alwayspresent changes
This commit is contained in:
parent
20052b060c
commit
980fb18ed6
@ -45,8 +45,6 @@ namespace osu.Game.Overlays
|
|||||||
{
|
{
|
||||||
this.medal = medal;
|
this.medal = medal;
|
||||||
RelativeSizeAxes = Axes.Both;
|
RelativeSizeAxes = Axes.Both;
|
||||||
Alpha = 0f;
|
|
||||||
AlwaysPresent = true;
|
|
||||||
|
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user