mirror of
https://github.com/ppy/osu.git
synced 2026-05-17 06:32:36 +08:00
Fix diff-specific storyboard content being lost after loading.
This commit is contained in:
@@ -56,6 +56,7 @@ namespace osu.Game.Beatmaps
|
||||
ControlPointInfo = original?.ControlPointInfo ?? ControlPointInfo;
|
||||
Breaks = original?.Breaks ?? Breaks;
|
||||
ComboColors = original?.ComboColors ?? ComboColors;
|
||||
Storyboard = original?.Storyboard ?? Storyboard;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user