Skip to content

Commit

Permalink
#5623: The changes made to the map while starting the merge operation…
Browse files Browse the repository at this point in the history
… are undoable now too
  • Loading branch information
codereader committed Jun 2, 2021
1 parent 79d4dcd commit 8af189c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions radiantcore/map/Map.cpp
Expand Up @@ -1046,6 +1046,8 @@ void Map::createMergeOperation(const scene::merge::ComparisonResult& result)
}
});

UndoableCommand cmd("createMergeOperation");

// Construct all entity changes...
for (const auto& pair : entityChanges)
{
Expand Down

0 comments on commit 8af189c

Please sign in to comment.