aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs
diff options
context:
space:
mode:
authorMW2007-07-05 19:19:39 +0000
committerMW2007-07-05 19:19:39 +0000
commit70d8731aa2b50f4ef615e0623c02ac1da0067366 (patch)
tree473fdd4c76a105b75aba72e5559a267d63e24184 /OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs
parent* updated bugfixed xmlrpc for massive win (diff)
downloadopensim-SC_OLD-70d8731aa2b50f4ef615e0623c02ac1da0067366.zip
opensim-SC_OLD-70d8731aa2b50f4ef615e0623c02ac1da0067366.tar.gz
opensim-SC_OLD-70d8731aa2b50f4ef615e0623c02ac1da0067366.tar.bz2
opensim-SC_OLD-70d8731aa2b50f4ef615e0623c02ac1da0067366.tar.xz
Fixed rotation editing of individual prims in a group. I think positioning and rotations should now be correct (for both groups and on editing individuals of a group). Resizing still needs work.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs b/OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs
index b3d9d15..bcef137 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs
@@ -454,6 +454,7 @@ namespace OpenSim.Region.Environment.Scenes
454 /// <param name="remoteClient"></param> 454 /// <param name="remoteClient"></param>
455 public void UpdatePrimSingleRotation(uint localID, LLQuaternion rot, IClientAPI remoteClient) 455 public void UpdatePrimSingleRotation(uint localID, LLQuaternion rot, IClientAPI remoteClient)
456 { 456 {
457 //Console.WriteLine("trying to update single prim rotation");
457 Primitive prim = null; 458 Primitive prim = null;
458 foreach (EntityBase ent in Entities.Values) 459 foreach (EntityBase ent in Entities.Values)
459 { 460 {