diff options
author | Melanie | 2012-08-03 16:48:06 +0100 |
---|---|---|
committer | Melanie | 2012-08-03 16:48:06 +0100 |
commit | eb4c092cac88869c02f9d857753bb92c34ab044c (patch) | |
tree | 2766a3a537a82968f16a4e6259028b8969092fac /OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |
parent | Make WaitGetScenePresence wait for up to 20 seconds (diff) | |
parent | Merge branch 'master' into careminster (diff) | |
download | opensim-SC-eb4c092cac88869c02f9d857753bb92c34ab044c.zip opensim-SC-eb4c092cac88869c02f9d857753bb92c34ab044c.tar.gz opensim-SC-eb4c092cac88869c02f9d857753bb92c34ab044c.tar.bz2 opensim-SC-eb4c092cac88869c02f9d857753bb92c34ab044c.tar.xz |
Merge branch 'careminster' into avination
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectPart.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs index bd11cde..ce652b4 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |||
@@ -3081,7 +3081,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
3081 | 3081 | ||
3082 | /// <summary> | 3082 | /// <summary> |
3083 | /// Schedule a terse update for this prim. Terse updates only send position, | 3083 | /// Schedule a terse update for this prim. Terse updates only send position, |
3084 | /// rotation, velocity, rotational velocity and shape information. | 3084 | /// rotation, velocity and rotational velocity information. |
3085 | /// </summary> | 3085 | /// </summary> |
3086 | public void ScheduleTerseUpdate() | 3086 | public void ScheduleTerseUpdate() |
3087 | { | 3087 | { |