We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Skeleton3D
1 parent eabeafd commit 602a348Copy full SHA for 602a348
scene/3d/skeleton_3d.cpp
@@ -300,7 +300,7 @@ void Skeleton3D::setup_simulator() {
300
simulator = sim;
301
sim->is_compat = true;
302
sim->set_active(false); // Don't run unneeded process.
303
- add_child(simulator);
+ add_child(simulator, false, INTERNAL_MODE_BACK);
304
set_animate_physical_bones(animate_physical_bones);
305
}
306
#endif // _DISABLE_DEPRECATED
0 commit comments