summaryrefslogtreecommitdiff
path: root/scene/3d/bone_attachment.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/3d/bone_attachment.h')
-rw-r--r--scene/3d/bone_attachment.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/scene/3d/bone_attachment.h b/scene/3d/bone_attachment.h
index fa31642354..81a225015e 100644
--- a/scene/3d/bone_attachment.h
+++ b/scene/3d/bone_attachment.h
@@ -44,9 +44,7 @@ class BoneAttachment : public Spatial {
void _check_unbind();
protected:
- bool _get(const StringName &p_name, Variant &r_ret) const;
- bool _set(const StringName &p_name, const Variant &p_value);
- void _get_property_list(List<PropertyInfo> *p_list) const;
+ virtual void _validate_property(PropertyInfo &property) const;
void _notification(int p_what);
static void _bind_methods();