mirror of
https://github.com/ppy/osu.git
synced 2025-01-19 02:52:54 +08:00
Make field readonly
This commit is contained in:
parent
105d57a697
commit
bd45e1f1e7
@ -23,7 +23,7 @@ namespace osu.Desktop.VisualTests.Tests
|
|||||||
{
|
{
|
||||||
public override string Description => @"Tests beat synced containers.";
|
public override string Description => @"Tests beat synced containers.";
|
||||||
|
|
||||||
private MusicController mc;
|
private readonly MusicController mc;
|
||||||
|
|
||||||
public TestCaseBeatSyncedContainer()
|
public TestCaseBeatSyncedContainer()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user