1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 05:39:53 +08:00
This commit is contained in:
EVAST9919
2017-10-10 01:36:40 +03:00
Unverified
parent 0baceaaf0d
commit 59a0343c01
2 changed files with 5 additions and 6 deletions
+3 -3
View File
@@ -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)
{
+2 -3
View File
@@ -12,13 +12,12 @@ namespace osu.Game.Tests.Visual
{
internal class TestCaseIntro : OsuTestCase
{
private readonly IntroSequence intro;
public TestCaseIntro()
{
IntroSequence intro;
var rateAdjustClock = new StopwatchClock(true);
var framedClock = new FramedClock(rateAdjustClock);
framedClock.ProcessFrame();
Add(new Container