aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/ISceneAgent.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/ISceneAgent.cs b/OpenSim/Framework/ISceneAgent.cs
index 563d906..1e8f896 100644
--- a/OpenSim/Framework/ISceneAgent.cs
+++ b/OpenSim/Framework/ISceneAgent.cs
@@ -71,7 +71,7 @@ namespace OpenSim.Framework
71 /// <remarks> 71 /// <remarks>
72 /// This includes scene object data and the appearance data of other avatars. 72 /// This includes scene object data and the appearance data of other avatars.
73 /// </remarks> 73 /// </remarks>
74 void SendInitialDataToMe(); 74 void SendInitialDataToClient();
75 75
76 /// <summary> 76 /// <summary>
77 /// Direction in which the scene presence is looking. 77 /// Direction in which the scene presence is looking.