mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Use ctor
rather than MemberwiseClone
to guarantee a safer clone of BeatmapDifficulty
This commit is contained in:
@ -208,6 +208,8 @@ namespace osu.Game.Rulesets.Taiko.Beatmaps
|
||||
|
||||
#region Overrides of BeatmapDifficulty
|
||||
|
||||
public override BeatmapDifficulty Clone() => new TaikoMultiplierAppliedDifficulty(this);
|
||||
|
||||
public override void CopyTo(BeatmapDifficulty other)
|
||||
{
|
||||
base.CopyTo(other);
|
||||
|
Reference in New Issue
Block a user