Merge pull request #55898 from KoBeWi/nodes_from_faraway_lands
This commit is contained in:
commit
c03a5ba09c
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ void SceneTreeDock::_tool_selected(int p_tool, bool p_confirm_override) {
|
|||
} break;
|
||||
case TOOL_CUT:
|
||||
case TOOL_COPY: {
|
||||
if (!edited_scene || !_validate_no_foreign()) {
|
||||
if (!edited_scene || (p_tool == TOOL_CUT && !_validate_no_foreign())) {
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue