add missing invalidation of osGetLinkNumber cache
parent
c0904a32cb
commit
a41924d1f8
|
@ -638,6 +638,8 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
set
|
||||
{
|
||||
m_name = value;
|
||||
if(ParentGroup != null)
|
||||
ParentGroup.InvalidatePartsLinkMaps();
|
||||
|
||||
PhysicsActor pa = PhysActor;
|
||||
|
||||
|
|
Loading…
Reference in New Issue