diff options
Diffstat (limited to 'scene/animation/skeleton_ik.h')
-rw-r--r-- | scene/animation/skeleton_ik.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/animation/skeleton_ik.h b/scene/animation/skeleton_ik.h index f14ade2bd4..02d5aba5ba 100644 --- a/scene/animation/skeleton_ik.h +++ b/scene/animation/skeleton_ik.h @@ -98,7 +98,7 @@ class FabrikInverseKinematic { }; public: - struct Task { + struct Task { RID self; Skeleton *skeleton; |