Cleanup the editor history from remote nodes after the scene stopped.

This commit is contained in:
allkhor 2018-10-11 20:02:55 +06:00
parent 4c1a5d9cfe
commit 9fc71d3472

View file

@ -1272,7 +1272,7 @@ void ScriptEditorDebugger::stop() {
breaked = false;
server->stop();
_clear_remote_objects();
ppeer->set_stream_peer(Ref<StreamPeer>());
if (connection.is_valid()) {