mirror of
https://github.com/ppy/osu
synced 2024-12-14 10:57:41 +00:00
Fix diff-specific storyboard content being lost after loading.
This commit is contained in:
parent
4ab243d885
commit
57e53ff03a
@ -56,6 +56,7 @@ namespace osu.Game.Beatmaps
|
||||
ControlPointInfo = original?.ControlPointInfo ?? ControlPointInfo;
|
||||
Breaks = original?.Breaks ?? Breaks;
|
||||
ComboColors = original?.ComboColors ?? ComboColors;
|
||||
Storyboard = original?.Storyboard ?? Storyboard;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user