1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

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:
Juan Linietsky
2018-11-02 11:32:36 -03:00
committed by GitHub

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()) {