there should be no need to copy the scenepresence list again..

This commit is contained in:
UbitUmarov
2021-07-29 20:05:50 +01:00
parent 59ffcade55
commit 413d5a81f1

View File

@@ -5277,7 +5277,8 @@ Label_GroupsDone:
/// </returns>
public List<ScenePresence> GetScenePresences()
{
return new List<ScenePresence>(m_sceneGraph.GetScenePresences());
//return new List<ScenePresence>(m_sceneGraph.GetScenePresences());
return m_sceneGraph.GetScenePresences();
}
/// <summary>