Merge pull request #22625 from allkhor/cleanup_history_from_remote_nodes
Cleanup the editor history from remote nodes after the scene stopped.
This commit is contained in:
commit
9b2c441ae3
1 changed files with 1 additions and 1 deletions
|
@ -1272,7 +1272,7 @@ void ScriptEditorDebugger::stop() {
|
|||
breaked = false;
|
||||
|
||||
server->stop();
|
||||
|
||||
_clear_remote_objects();
|
||||
ppeer->set_stream_peer(Ref<StreamPeer>());
|
||||
|
||||
if (connection.is_valid()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue