Compare commits

..

7 Commits

Author SHA1 Message Date
Wilson E. Alvarez e12612fc31
Merge c42d9ebedf into 5e961ec6fa 2024-05-04 11:06:58 +02:00
Wilson E. Alvarez c42d9ebedf
Update EditorPlugin header location
Due to upstream change:

	1bcbbe96c4
2024-04-29 10:22:11 -04:00
Wilson E. Alvarez ad71028135
Update EditorHelpBit calls
Due to upstream change:

	a714cb9f65
2024-04-23 12:53:03 -04:00
Wilson E. Alvarez f8df4e695e
Add missing MarginContainer header
Due to upstream change:

	7884d63281
2024-04-23 12:53:03 -04:00
Wilson E. Alvarez 181a45bf4a
Fix bottom panel visbility calls
Due to upstream change:

	eb6ca91ba6
2024-04-23 12:53:03 -04:00
Wilson E. Alvarez 54605dbffa
Migrate to Tree::set_custom_draw_callback.
Due to upstream change:

	a32a2eaedc
2024-04-23 12:53:03 -04:00
Wilson E. Alvarez 004d456983
Fix upstream EditorScale header locations
Due to upstream change:

	4b55c81eba
2024-04-23 12:53:03 -04:00
1 changed files with 0 additions and 1 deletions

View File

@ -515,7 +515,6 @@ PackedInt32Array LimboUtility::get_property_hints_allowed_for_type(Variant::Type
case Variant::Type::PACKED_STRING_ARRAY:
case Variant::Type::PACKED_VECTOR2_ARRAY:
case Variant::Type::PACKED_VECTOR3_ARRAY:
case Variant::Type::PACKED_VECTOR4_ARRAY:
case Variant::Type::PACKED_COLOR_ARRAY:
case Variant::Type::VARIANT_MAX: {
} break;