1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-05 14:22:55 +08:00

Merge pull request #10404 from peppy/fix-editor-crash-after-paste

Fix HitWindows getting serialized alongside HitObjects
This commit is contained in:
Dan Balasescu 2020-10-07 14:23:30 +09:00 committed by GitHub
commit 744668a264
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,6 +77,7 @@ namespace osu.Game.Rulesets.Objects
/// <summary>
/// The hit windows for this <see cref="HitObject"/>.
/// </summary>
[JsonIgnore]
public HitWindows HitWindows { get; set; }
private readonly List<HitObject> nestedHitObjects = new List<HitObject>();