Compare commits

..

8 Commits

Author SHA1 Message Date
Wilson E. Alvarez b1aff402ab
Merge aa7d8ea50e into 5e961ec6fa 2024-05-05 13:00:18 +00:00
Wilson E. Alvarez aa7d8ea50e
Fix GCC warning for unhandled 'PACKED_VECTOR4_ARRAY' in switch 2024-05-05 09:00:09 -04:00
Wilson E. Alvarez 1a228ba88e
Update EditorPlugin header location
Due to upstream change:

	1bcbbe96c4
2024-05-05 09:00:09 -04:00
Wilson E. Alvarez 4fc3f1d9fc
Update EditorHelpBit calls
Due to upstream change:

	a714cb9f65
2024-05-05 09:00:09 -04:00
Wilson E. Alvarez facb813b44
Add missing MarginContainer header
Due to upstream change:

	7884d63281
2024-05-05 09:00:09 -04:00
Wilson E. Alvarez 0d34c4e887
Fix bottom panel visbility calls
Due to upstream change:

	eb6ca91ba6
2024-05-05 09:00:09 -04:00
Wilson E. Alvarez 2a4fd275cc
Migrate to Tree::set_custom_draw_callback.
Due to upstream change:

	a32a2eaedc
2024-05-05 09:00:09 -04:00
Wilson E. Alvarez 1ba6e861f9
Fix upstream EditorScale header locations
Due to upstream change:

	4b55c81eba
2024-05-05 09:00:09 -04:00
1 changed files with 1 additions and 0 deletions

View File

@ -515,6 +515,7 @@ 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;