1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-07 20:42:54 +08:00

Fix double blank line

This commit is contained in:
ArijanJ 2024-08-09 23:08:22 +02:00
parent 2dee8bef7e
commit d01e76d9db
No known key found for this signature in database
GPG Key ID: FD97BF15489FDE05

View File

@ -90,7 +90,6 @@ namespace osu.Game.Screens.Play.HUD
base.LoadComplete(); base.LoadComplete();
} }
protected override void UpdateObjects(IEnumerable<HitObject> objects) protected override void UpdateObjects(IEnumerable<HitObject> objects)
{ {
graph.Objects = objects; graph.Objects = objects;