diff options
Diffstat (limited to 'editor/property_selector.cpp')
-rw-r--r-- | editor/property_selector.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/property_selector.cpp b/editor/property_selector.cpp index d7af751f95..fceda52a3e 100644 --- a/editor/property_selector.cpp +++ b/editor/property_selector.cpp @@ -162,7 +162,8 @@ void PropertySelector::_update_search() { search_options->get_editor_theme_icon(SNAME("PackedStringArray")), search_options->get_editor_theme_icon(SNAME("PackedVector2Array")), search_options->get_editor_theme_icon(SNAME("PackedVector3Array")), - search_options->get_editor_theme_icon(SNAME("PackedColorArray")) + search_options->get_editor_theme_icon(SNAME("PackedColorArray")), + search_options->get_editor_theme_icon(SNAME("PackedVector4Array")), }; static_assert((sizeof(type_icons) / sizeof(type_icons[0])) == Variant::VARIANT_MAX, "Number of type icons doesn't match the number of Variant types."); |