Skip to content

Commit

Permalink
Merge pull request #95239 from AThousandShips/skeleton_internal_fix
Browse files Browse the repository at this point in the history
Make `Skeleton3D` bone simulator an internal child
  • Loading branch information
akien-mga committed Aug 7, 2024
2 parents 7cf8e5e + 602a348 commit 1e8bfdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scene/3d/skeleton_3d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ void Skeleton3D::setup_simulator() {
simulator = sim;
sim->is_compat = true;
sim->set_active(false); // Don't run unneeded process.
add_child(simulator);
add_child(simulator, false, INTERNAL_MODE_BACK);
set_animate_physical_bones(animate_physical_bones);
}
#endif // _DISABLE_DEPRECATED
Expand Down

0 comments on commit 1e8bfdc

Please sign in to comment.