mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Fix clear identifier typos
This commit is contained in:
@ -43,13 +43,13 @@ namespace osu.Game.Overlays.Notifications
|
||||
private readonly TextFlowContainer textDrawable;
|
||||
private readonly SpriteIcon iconDrawable;
|
||||
|
||||
protected Box IconBackgound;
|
||||
protected Box IconBackground;
|
||||
|
||||
public SimpleNotification()
|
||||
{
|
||||
IconContent.AddRange(new Drawable[]
|
||||
{
|
||||
IconBackgound = new Box
|
||||
IconBackground = new Box
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Colour = ColourInfo.GradientVertical(OsuColour.Gray(0.2f), OsuColour.Gray(0.6f))
|
||||
|
Reference in New Issue
Block a user