Merge pull request #70584 from stmSi/3.x-save-branch-as-scene-not-working-in-remote-without-pausing

[3.x] Fixed: `Save Branch as Scene` not working in Remote Tree without Pausing
This commit is contained in:
Rémi Verschelde 2023-01-20 12:12:46 +01:00
commit 6088a4802c
No known key found for this signature in database
GPG Key ID: C3336907360768E1

View File

@ -733,6 +733,8 @@ void ScriptDebuggerRemote::_poll_events() {
if (get_break_language()) {
debug(get_break_language());
}
} else if (command == "save_node") {
_save_node(cmd[1], cmd[2]);
} else if (command == "request_scene_tree") {
#ifdef DEBUG_ENABLED
if (scene_tree) {