diff options
| author | Juan Linietsky | 2018-05-15 17:12:35 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2018-05-15 17:14:31 -0300 |
| commit | 005b69cf6e276209464cc8c36ebc7376679925b6 (patch) | |
| tree | 2271a91a727cb9afcc2f58b4b91023f4a0a7f7f8 /modules/mono | |
| parent | 3b8bd50b41e0197ab3bce653548715872a93ea80 (diff) | |
| download | godot-005b69cf6e276209464cc8c36ebc7376679925b6.tar.gz godot-005b69cf6e276209464cc8c36ebc7376679925b6.tar.zst godot-005b69cf6e276209464cc8c36ebc7376679925b6.zip | |
Diffstat (limited to 'modules/mono')
| -rw-r--r-- | modules/mono/csharp_script.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/csharp_script.cpp b/modules/mono/csharp_script.cpp index bbe245951..161e62c81 100644 --- a/modules/mono/csharp_script.cpp +++ b/modules/mono/csharp_script.cpp @@ -782,7 +782,7 @@ void CSharpLanguage::reload_assemblies_if_needed(bool p_soft_reload) { } if (Engine::get_singleton()->is_editor_hint()) { - EditorNode::get_singleton()->get_property_editor()->update_tree(); + EditorNode::get_singleton()->get_inspector()->update_tree(); NodeDock::singleton->update_lists(); } } |
