mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
more useless changes
This commit is contained in:
@@ -5373,10 +5373,9 @@ Label_GroupsDone:
|
||||
/// <param name="fullID"></param>
|
||||
/// <param name="sop"></param>
|
||||
/// <returns></returns>
|
||||
public bool TryGetSceneObjectPart(UUID fullID, out SceneObjectPart sop)
|
||||
public bool TryGetSceneObjectPart(in UUID fullID, out SceneObjectPart sop)
|
||||
{
|
||||
sop = GetSceneObjectPart(fullID);
|
||||
return sop != null;
|
||||
return m_sceneGraph.TryGetSceneObjectPart(fullID, out sop);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user