aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ISceneAgent.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/ISceneAgent.cs')
-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 c8424e3..5534e24 100644
--- a/OpenSim/Framework/ISceneAgent.cs
+++ b/OpenSim/Framework/ISceneAgent.cs
@@ -81,6 +81,6 @@ namespace OpenSim.Framework
81 /// Direction in which the scene presence is looking. 81 /// Direction in which the scene presence is looking.
82 /// </summary> 82 /// </summary>
83 /// <remarks>Will be Vector3.Zero for a child agent.</remarks> 83 /// <remarks>Will be Vector3.Zero for a child agent.</remarks>
84 Vector3 Lookat { get; } 84 Vector3 Lookat { get; }
85 } 85 }
86} \ No newline at end of file 86} \ No newline at end of file