You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With varcall, Godot sometimes return null objects as Variants with
`VariantType::Object` but a null pointer, instead of the usually
expected/assumed `VariantType::Nil`. This caused `Option::from_variant`
to panic in case of null objects returned by Godot in this way.
Fix#1001
0 commit comments