Fix ScriptInstanceExtension::get_property_default_value return value
This commit is contained in:
@ -125,7 +125,8 @@ public:
|
||||
}
|
||||
Variant ret;
|
||||
GDVIRTUAL_REQUIRED_CALL(_get_property_default_value, p_property, ret);
|
||||
return ret;
|
||||
r_value = ret;
|
||||
return true;
|
||||
}
|
||||
|
||||
EXBIND0(update_exports)
|
||||
|
||||
Reference in New Issue
Block a user