1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 11:37:28 +08:00

Remove newline

This commit is contained in:
Dean Herbert 2019-03-19 16:25:34 +09:00 committed by GitHub
parent dd60e3f1c4
commit 0fbc049f8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>())