Fix mania throwing an exception on start of map

This commit is contained in:
Dean Herbert
2018-08-30 13:30:23 +09:00
parent b1a3dfedd1
commit 68a79f895a
6 changed files with 13 additions and 13 deletions

View File

@ -28,7 +28,7 @@ namespace osu.Game.Rulesets.Osu.Mods
const float relax_leniency = 3;
foreach (var drawable in playfield.HitObjects.AliveObjects)
foreach (var drawable in playfield.HitObjectContainer.AliveObjects)
{
if (!(drawable is DrawableOsuHitObject osuHit))
continue;