mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Hunting for the problem in #4777
This commit is contained in:
@@ -1487,6 +1487,10 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
DoPhysicsPropertyUpdate(RigidBody, true);
|
||||
PhysActor.SetVolumeDetect(VolumeDetectActive ? 1 : 0);
|
||||
}
|
||||
else
|
||||
{
|
||||
m_log.DebugFormat("[SPEW]: physics actor is null for {0} with parent {1}", UUID, this.ParentGroup.UUID);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user