diff options
author | jfons <joan.fonssanchez@gmail.com> | 2019-09-01 18:38:58 +0200 |
---|---|---|
committer | JFonS <joan.fonssanchez@gmail.com> | 2019-09-05 09:48:36 +0200 |
commit | 8244f535cd2a610f40bb22894ac87d08c48a0601 (patch) | |
tree | 7956fd6cdbd46aa12ee5ae86b9020a1ba14054cb /scene/main/scene_tree.cpp | |
parent | 979e7729472ce4e67d7d04cfeebdba9a1f60b9f0 (diff) |
Add network profiler
Diffstat (limited to 'scene/main/scene_tree.cpp')
-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 617a703855..8db1286365 100644 --- a/scene/main/scene_tree.cpp +++ b/scene/main/scene_tree.cpp @@ -2063,6 +2063,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)); |