Skip to content

Commit

Permalink
Cleanup the editor history from remote nodes after the scene stopped.
Browse files Browse the repository at this point in the history
  • Loading branch information
allkhor committed Oct 11, 2018
1 parent 4c1a5d9 commit 9fc71d3
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 9fc71d3

Please sign in to comment.