mirror of
https://github.com/godotengine/godot.git
synced 2024-11-12 23:24:26 +00:00
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:
commit
6088a4802c
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user