Apply remaining uncaught changes

This commit is contained in:
Dean Herbert
2020-01-20 23:59:21 +09:00
parent cd5290b030
commit 740bdee125
4 changed files with 4 additions and 8 deletions

View File

@ -19,6 +19,6 @@ namespace osu.Game.Audio
public IEnumerable<string> LookupNames => new[] { sampleName };
public int Volume { get; set; } = 100;
public int Volume { get; } = 100;
}
}