mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 17:40:24 +08:00
Fix typo and missnaming.
This commit is contained in:
@@ -91,7 +91,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
}
|
||||
};
|
||||
//Set this manually because an element with Alpha=0 won't take it size to AutoSizeContainer,
|
||||
//so the size can be changing between buttonSpirit and glowSpirit.
|
||||
//so the size can be changing between buttonSprite and glowSprite.
|
||||
Height = buttonSprite.Height;
|
||||
Width = buttonSprite.Width;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user