Skip to content

Commit

Permalink
Merge pull request #22625 from allkhor/cleanup_history_from_remote_nodes
Browse files Browse the repository at this point in the history
Cleanup the editor history from remote nodes after the scene stopped.
  • Loading branch information
reduz authored Nov 2, 2018
2 parents b45161f + 9fc71d3 commit 9b2c441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/script_editor_debugger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,7 @@ void ScriptEditorDebugger::stop() {
breaked = false;

server->stop();

_clear_remote_objects();
ppeer->set_stream_peer(Ref<StreamPeer>());

if (connection.is_valid()) {
Expand Down

0 comments on commit 9b2c441

Please sign in to comment.