Signed-off-by: TRAfoer <lhf190@outlook.com>

This commit is contained in:
2026-02-13 23:04:26 +08:00
parent 96a2c60e16
commit 23f3caf876
29 changed files with 12268 additions and 5779 deletions

View File

@@ -623,7 +623,7 @@ namespace Ichni.RhythmGame.Beatmap
public override GameElement DuplicateBM(GameElement attached)
{
return FastNoteTracker.GenerateElement(elementName, elementGuid, tags, false, attached);
return FastNoteTracker.GenerateElement(elementName, Guid.NewGuid(), tags, false, attached);
}
public override void ExecuteBM()