expose SceneGraph.GetGroupByPrim(UUID)

0.6.8-post-fixes
dahlia 2009-11-13 20:52:03 -08:00
parent 96be5e5a88
commit e7d0aa75ba
1 changed files with 1 additions and 1 deletions

View File

@ -928,7 +928,7 @@ namespace OpenSim.Region.Framework.Scenes
/// </summary>
/// <param name="fullID"></param>
/// <returns>null if no scene object group containing that prim is found</returns>
private SceneObjectGroup GetGroupByPrim(UUID fullID)
public SceneObjectGroup GetGroupByPrim(UUID fullID)
{
SceneObjectGroup sog;
lock (SceneObjectGroupsByFullID)