Merge commit 'f10a824e47549806c1fa647c4e9fba4c8cf6ad13' into bigmerge
commit
2134f23da0
|
@ -1494,8 +1494,6 @@ Console.WriteLine("CreateGeom:");
|
||||||
// m_log.Debug(m_localID);
|
// m_log.Debug(m_localID);
|
||||||
}
|
}
|
||||||
|
|
||||||
lock (_parent_scene.OdeLock)
|
|
||||||
{
|
|
||||||
#if SPAM
|
#if SPAM
|
||||||
Console.WriteLine("changeadd 1");
|
Console.WriteLine("changeadd 1");
|
||||||
#endif
|
#endif
|
||||||
|
@ -1513,10 +1511,7 @@ Console.WriteLine("changeadd 1");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (IsPhysical && Body == IntPtr.Zero)
|
if (IsPhysical && Body == IntPtr.Zero)
|
||||||
{
|
|
||||||
enableBody();
|
enableBody();
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
changeSelectedStatus();
|
changeSelectedStatus();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue