aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorSignpostMarv2012-08-01 16:34:00 +0100
committerJustin Clark-Casey (justincc)2012-08-03 01:55:46 +0100
commitcd9fd77e2cf94b0f782ada2c925c1d77bee3a425 (patch)
treedfcb17b671ac784cda00f726aaf58a399ad83898 /OpenSim
parentFixed a rare bug that caused Save OAR to fail because it thought it had timed... (diff)
downloadopensim-SC_OLD-cd9fd77e2cf94b0f782ada2c925c1d77bee3a425.zip
opensim-SC_OLD-cd9fd77e2cf94b0f782ada2c925c1d77bee3a425.tar.gz
opensim-SC_OLD-cd9fd77e2cf94b0f782ada2c925c1d77bee3a425.tar.bz2
opensim-SC_OLD-cd9fd77e2cf94b0f782ada2c925c1d77bee3a425.tar.xz
ImprovedTerseObjectUpdate packet does not support shape updates, thus scheduling terse updates will not (and does not) update shape information in the viewer
Diffstat (limited to 'OpenSim')
-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 {