mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
Merge branch 'master' into careminster
This commit is contained in:
@@ -2158,7 +2158,10 @@ Console.WriteLine(" JointCreateFixed");
|
||||
// Re creates body on size.
|
||||
// EnableBody also does setMass()
|
||||
enableBody();
|
||||
d.BodyEnable(Body);
|
||||
if (Body != IntPtr.Zero)
|
||||
{
|
||||
d.BodyEnable(Body);
|
||||
}
|
||||
}
|
||||
_parent_scene.geom_name_map[prim_geom] = oldname;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user