mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
add missing invalidation of osGetLinkNumber cache
This commit is contained in:
@@ -638,6 +638,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
set
|
||||
{
|
||||
m_name = value;
|
||||
if(ParentGroup != null)
|
||||
ParentGroup.InvalidatePartsLinkMaps();
|
||||
|
||||
PhysicsActor pa = PhysActor;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user