Fix GCC warning for unhandled 'PACKED_VECTOR4_ARRAY' in switch

Due to upstream change:

	f9b488508c
This commit is contained in:
Wilson E. Alvarez 2024-05-05 08:47:27 -04:00
parent 2f0468bb00
commit 5258506e12
No known key found for this signature in database
GPG Key ID: A32174A3D2ED3F9E
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;