summaryrefslogtreecommitdiff
path: root/editor/plugins/skeleton_editor_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/plugins/skeleton_editor_plugin.h')
-rw-r--r--editor/plugins/skeleton_editor_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/skeleton_editor_plugin.h b/editor/plugins/skeleton_editor_plugin.h
index 33a9128a11..558e954815 100644
--- a/editor/plugins/skeleton_editor_plugin.h
+++ b/editor/plugins/skeleton_editor_plugin.h
@@ -69,7 +69,7 @@ protected:
PhysicalBone *create_physical_bone(int bone_id, int bone_child_id, const Vector<BoneInfo> &bones_infos);
public:
- void edit(Skeleton *p_mesh);
+ void edit(Skeleton *p_node);
SkeletonEditor();
~SkeletonEditor();