mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
store the physics inertia override in Mysql and add it to serializer. run prebuild is required
This commit is contained in:
@@ -568,9 +568,6 @@ namespace OpenSim.Region.PhysicsModule.ubOde
|
||||
{
|
||||
get
|
||||
{
|
||||
if(!childPrim && m_fakeInertiaOverride != null)
|
||||
return m_fakeInertiaOverride.CenterOfMass;
|
||||
|
||||
lock (_parent_scene.OdeLock)
|
||||
{
|
||||
d.AllocateODEDataForThread(0);
|
||||
|
||||
Reference in New Issue
Block a user