mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
add missing change
This commit is contained in:
@@ -5222,6 +5222,11 @@ Label_GroupsDone:
|
||||
return m_sceneGraph.GetRootAgentCount();
|
||||
}
|
||||
|
||||
public int GetRootNPCCount()
|
||||
{
|
||||
return m_sceneGraph.GetRootAgentCount();
|
||||
}
|
||||
|
||||
public int GetChildAgentCount()
|
||||
{
|
||||
return m_sceneGraph.GetChildAgentCount();
|
||||
|
||||
Reference in New Issue
Block a user