Remove unnecessary _validate_property() calling
This commit is contained in:
@@ -208,7 +208,6 @@ protected:
|
||||
bool _get(const StringName &p_path, Variant &r_ret) const;
|
||||
bool _set(const StringName &p_path, const Variant &p_value);
|
||||
void _get_property_list(List<PropertyInfo> *p_list) const;
|
||||
void _validate_property(PropertyInfo &p_property) const;
|
||||
void _notification(int p_what);
|
||||
TypedArray<StringName> _get_bone_meta_list_bind(int p_bone) const;
|
||||
static void _bind_methods();
|
||||
|
||||
Reference in New Issue
Block a user