mirror of
https://github.com/ppy/osu.git
synced 2026-06-09 17:24:04 +08:00
Make field readonly
This commit is contained in:
@@ -23,7 +23,7 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
{
|
||||
public override string Description => @"Tests beat synced containers.";
|
||||
|
||||
private MusicController mc;
|
||||
private readonly MusicController mc;
|
||||
|
||||
public TestCaseBeatSyncedContainer()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user