diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2020-07-02 16:06:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-02 16:06:24 +0200 |
| commit | 938e2c53ecad50b17bf8d1bfbf33d8a17d9a66a7 (patch) | |
| tree | d877ab9035f58331a32f393c02e256933ec9a0d7 /editor/editor_node.cpp | |
| parent | f4aea9353707eb10b8039ae8b2ad8820c5aabe2f (diff) | |
| parent | 644de52ca938ddcedbb8356b16508d895cb1c0b7 (diff) | |
| download | redot-engine-938e2c53ecad50b17bf8d1bfbf33d8a17d9a66a7.tar.gz | |
Merge pull request #32428 from willnationsdev/script-var-order
Add script class categories to EditorInspector.
Diffstat (limited to 'editor/editor_node.cpp')
| -rw-r--r-- | editor/editor_node.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index b30d280023..5a298aabe7 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -3780,8 +3780,6 @@ Ref<Texture2D> EditorNode::get_class_icon(const String &p_class, const String &p if (icon.is_null()) { icon = gui_base->get_theme_icon(ScriptServer::get_global_class_base(name), "EditorIcons"); } - - return icon; } const Map<String, Vector<EditorData::CustomType>> &p_map = EditorNode::get_editor_data().get_custom_types(); |
