Fix property not shown in inspector when type is PACKED_COLOR_ARRAY
This commit is contained in:
parent
77721b35ba
commit
8dd8630c25
|
@ -3574,7 +3574,7 @@ EditorProperty *EditorInspectorDefaultPlugin::get_editor_for_property(Object *p_
|
|||
case Variant::PACKED_COLOR_ARRAY: {
|
||||
EditorPropertyArray *editor = memnew(EditorPropertyArray);
|
||||
editor->setup(Variant::PACKED_COLOR_ARRAY);
|
||||
|
||||
return editor;
|
||||
} break;
|
||||
default: {
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue