mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Add script class categories to EditorInspector.
(cherry picked from commit 644de52ca9)
This commit is contained in:
committed by
Rémi Verschelde
parent
1dd2cf7914
commit
8a02f221b4
@@ -3952,8 +3952,6 @@ Ref<Texture> EditorNode::get_class_icon(const String &p_class, const String &p_f
|
||||
if (icon.is_null()) {
|
||||
icon = gui_base->get_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();
|
||||
|
||||
Reference in New Issue
Block a user