Formatting

This commit is contained in:
DrabWeb
2017-05-19 19:50:45 -03:00
parent 0a96aaf575
commit c981a4a511
8 changed files with 35 additions and 39 deletions

View File

@ -10,8 +10,8 @@ namespace osu.Game.Database
{
internal class OnlineWorkingBeatmap : WorkingBeatmap
{
private TextureStore textures;
private TrackManager tracks;
private readonly TextureStore textures;
private readonly TrackManager tracks;
public OnlineWorkingBeatmap(BeatmapInfo beatmapInfo, TextureStore textures, TrackManager tracks) : base(beatmapInfo)
{