mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 10:42:55 +08:00
Make screen stack readonly
This commit is contained in:
parent
d750023c52
commit
a7585dea21
@ -14,7 +14,7 @@ namespace osu.Game.Tests.Visual
|
|||||||
public class TestCasePlayerLoader : ManualInputManagerTestCase
|
public class TestCasePlayerLoader : ManualInputManagerTestCase
|
||||||
{
|
{
|
||||||
private PlayerLoader loader;
|
private PlayerLoader loader;
|
||||||
private ScreenStack stack;
|
private readonly ScreenStack stack;
|
||||||
|
|
||||||
[Cached]
|
[Cached]
|
||||||
private BackgroundScreenStack backgroundStack;
|
private BackgroundScreenStack backgroundStack;
|
||||||
|
Loading…
Reference in New Issue
Block a user