mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-16 10:17:17 +00:00
When resolving the type of the attribute from the variant, the result_type.kind was overritten for no reason. It is assumed that this only needs to be done, if the variant value is not valid to have any kind here. Solves #63715