remove messing with KeyframeMotion on attach
parent
b732ee8d27
commit
f4efa25820
|
@ -920,8 +920,8 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
|
|||
|
||||
foreach (SceneObjectPart part in so.Parts)
|
||||
{
|
||||
if (part.KeyframeMotion != null)
|
||||
part.KeyframeMotion.Suspend();
|
||||
// if (part.KeyframeMotion != null)
|
||||
// part.KeyframeMotion.Suspend();
|
||||
|
||||
if (part.PhysActor != null)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue