Rename HitObjectMask -> SelectionMask

This commit is contained in:
smoogipoo
2018-10-03 13:28:00 +09:00
parent 6019d9e57b
commit 8703db5cc1
13 changed files with 70 additions and 70 deletions

View File

@ -350,7 +350,7 @@ namespace osu.Game.Beatmaps
OnlineBeatmapSetID = beatmap.BeatmapInfo.BeatmapSet?.OnlineBeatmapSetID,
Beatmaps = new List<BeatmapInfo>(),
Hash = computeBeatmapSetHash(reader),
Metadata = beatmap.Metadata
Metadata = beatmap.Metadata,
};
}