diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2019-09-05 16:34:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-05 16:34:36 +0200 |
commit | 768d637a1bc94a0a6a9b4ea2eb50e2c8197be3ab (patch) | |
tree | 98a1a70f28e15fd7ae9b71d273267ded905a2542 /scene | |
parent | 8bcf6ca95317329242e954a71047ce1183cfe5f8 (diff) | |
parent | 8244f535cd2a610f40bb22894ac87d08c48a0601 (diff) |
Merge pull request #31870 from JFonS/add_network_profiler
Add network profiler
Diffstat (limited to 'scene')
-rw-r--r-- | scene/main/scene_tree.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/main/scene_tree.cpp b/scene/main/scene_tree.cpp index 6c89016ea3..5483fe1d6f 100644 --- a/scene/main/scene_tree.cpp +++ b/scene/main/scene_tree.cpp @@ -2096,6 +2096,7 @@ SceneTree::SceneTree() { if (ScriptDebugger::get_singleton()) { ScriptDebugger::get_singleton()->set_request_scene_tree_message_func(_debugger_request_tree, this); + ScriptDebugger::get_singleton()->set_multiplayer(multiplayer); } root->set_physics_object_picking(GLOBAL_DEF("physics/common/enable_object_picking", true)); |