File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -645,16 +645,15 @@ void register_scene_types() {
645645 GDREGISTER_CLASS (RootMotionView);
646646 GDREGISTER_VIRTUAL_CLASS (SkeletonModifier3D);
647647 GDREGISTER_CLASS (RetargetModifier3D);
648-
649- OS::get_singleton ()->yield (); // may take time to init
650-
651- #ifndef PHYSICS_3D_DISABLED
652648 GDREGISTER_CLASS (SpringBoneSimulator3D);
653649 GDREGISTER_VIRTUAL_CLASS (SpringBoneCollision3D);
654650 GDREGISTER_CLASS (SpringBoneCollisionSphere3D);
655651 GDREGISTER_CLASS (SpringBoneCollisionCapsule3D);
656652 GDREGISTER_CLASS (SpringBoneCollisionPlane3D);
657653
654+ OS::get_singleton ()->yield (); // may take time to init
655+
656+ #ifndef PHYSICS_3D_DISABLED
658657 GDREGISTER_ABSTRACT_CLASS (CollisionObject3D);
659658 GDREGISTER_ABSTRACT_CLASS (PhysicsBody3D);
660659 GDREGISTER_CLASS (StaticBody3D);
You can’t perform that action at this time.
0 commit comments