Skip to content

Commit

Permalink
Merge pull request #226 from lastbattle/master
Browse files Browse the repository at this point in the history
Merge
  • Loading branch information
lastbattle authored Jan 30, 2024
2 parents 1d94804 + 67bb38c commit 26789ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HaCreator/MapEditor/Instance/Shapes/Rope.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public void Remove(List<UndoRedoAction> undoPipe)
board.BoardItems.RopeAnchors.Remove(firstAnchor);
board.BoardItems.RopeAnchors.Remove(secondAnchor);
board.BoardItems.RopeLines.Remove(line);
board.BoardItems.Ropes.Remove(this);
if (undoPipe != null)
{
undoPipe.Add(UndoRedoManager.RopeRemoved(this));
Expand Down

0 comments on commit 26789ac

Please sign in to comment.