diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-08-27 07:46:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-27 07:46:40 +0200 |
commit | 98cc2ce1dd62947e240f61d61b995328b73fca6a (patch) | |
tree | 49a8aa1bdeac869ea8f0aa5f60266d5cd4644e39 /scene/animation/skeleton_ik.h | |
parent | db55d8a4b6ad6c14f2131e02b50689eb8380276f (diff) | |
parent | 76d02b13a18d477dcf21aa3a0e5664fc0e609ba3 (diff) |
Merge pull request #21433 from AndreaCatania/megafix
Multiple fixes on Physics things
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 08fb00e798..202d6959bb 100644 --- a/scene/animation/skeleton_ik.h +++ b/scene/animation/skeleton_ik.h @@ -123,7 +123,7 @@ public: private: /// Init a chain that starts from the root to tip - static void build_chain(Task *p_task, bool p_force_simple_chain = true); + static bool build_chain(Task *p_task, bool p_force_simple_chain = true); static void update_chain(const Skeleton *p_sk, ChainItem *p_chain_item); |