|
@@ -3574,7 +3574,7 @@ EditorProperty *EditorInspectorDefaultPlugin::get_editor_for_property(Object *p_
|
|
case Variant::PACKED_COLOR_ARRAY: {
|
|
case Variant::PACKED_COLOR_ARRAY: {
|
|
EditorPropertyArray *editor = memnew(EditorPropertyArray);
|
|
EditorPropertyArray *editor = memnew(EditorPropertyArray);
|
|
editor->setup(Variant::PACKED_COLOR_ARRAY);
|
|
editor->setup(Variant::PACKED_COLOR_ARRAY);
|
|
-
|
|
|
|
|
|
+ return editor;
|
|
} break;
|
|
} break;
|
|
default: {
|
|
default: {
|
|
}
|
|
}
|