mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
CI fixes
This commit is contained in:
@ -14,7 +14,7 @@ namespace osu.Game.Screens.Menu
|
||||
{
|
||||
public class IntroSequence : Container
|
||||
{
|
||||
private OsuSpriteText welcomeText;
|
||||
private readonly OsuSpriteText welcomeText;
|
||||
|
||||
private readonly OsuLogo logo;
|
||||
|
||||
@ -282,8 +282,8 @@ namespace osu.Game.Screens.Menu
|
||||
|
||||
private class Ring : Container<CircularContainer>
|
||||
{
|
||||
public CircularContainer Background;
|
||||
public CircularContainer Foreground;
|
||||
public readonly CircularContainer Background;
|
||||
public readonly CircularContainer Foreground;
|
||||
|
||||
public Ring(Color4 ringColour)
|
||||
{
|
||||
|
Reference in New Issue
Block a user