rigidbody math corrections & ragdoll tweaks for stability
[carveJwlIkooP6JGAAIwe30JlM.git] / world_routes.c
index b80e68e2777209a849d8039cbef257005df08d00..daba459fd6b50ba2ab67f337110abfc8d75924f9 100644 (file)
@@ -897,7 +897,7 @@ static void world_routes_fracture( world_instance *world, ent_gate *gate,
             particle->obj.type = k_rb_shape_sphere;
             particle->obj.inf.sphere.radius = r*0.6f;
 
-            rb_init_object( &particle->obj );
+            rb_init_object( &particle->obj, 1.0f );
          }
          offset[0] += glyph->size[0];
       }