aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneObjectPart.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
index 4b2fede..4c87639 100644
--- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
@@ -2467,7 +2467,7 @@ namespace OpenSim.Region.Framework.Scenes
2467 2467
2468 /// <summary> 2468 /// <summary>
2469 /// Schedule a terse update for this prim. Terse updates only send position, 2469 /// Schedule a terse update for this prim. Terse updates only send position,
2470 /// rotation, velocity, rotational velocity and shape information. 2470 /// rotation, velocity and rotational velocity information.
2471 /// </summary> 2471 /// </summary>
2472 public void ScheduleTerseUpdate() 2472 public void ScheduleTerseUpdate()
2473 { 2473 {