Remove newline

This commit is contained in:
Dean Herbert
2019-03-19 16:25:34 +09:00
committed by GitHub
parent dd60e3f1c4
commit 0fbc049f8d

View File

@ -55,7 +55,6 @@ namespace osu.Game.Rulesets.Catch.Difficulty
halfCatchWidth *= 0.8f; // We're only using 80% of the catcher's width to simulate imperfect gameplay.
}
CatchHitObject lastObject = null;
foreach (var hitObject in beatmap.HitObjects.OfType<CatchHitObject>())