aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/AvatarAppearance.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-11-17 16:14:23 +0000
committerJustin Clarke Casey2008-11-17 16:14:23 +0000
commit558704be8bf96a58fe18dac19cfb37a81dbba57b (patch)
tree56de364930ae75ad591645f80eed20331393bbf6 /OpenSim/Framework/AvatarAppearance.cs
parent* Eliminate SOG.FakeDeleteGroup() since it is now identical with DeleteGroup(... (diff)
downloadopensim-SC_OLD-558704be8bf96a58fe18dac19cfb37a81dbba57b.zip
opensim-SC_OLD-558704be8bf96a58fe18dac19cfb37a81dbba57b.tar.gz
opensim-SC_OLD-558704be8bf96a58fe18dac19cfb37a81dbba57b.tar.bz2
opensim-SC_OLD-558704be8bf96a58fe18dac19cfb37a81dbba57b.tar.xz
* Remove the TransferRequest and hip debugging console output that crept in recently
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/AvatarAppearance.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/AvatarAppearance.cs b/OpenSim/Framework/AvatarAppearance.cs
index f549461..224e9a3 100644
--- a/OpenSim/Framework/AvatarAppearance.cs
+++ b/OpenSim/Framework/AvatarAppearance.cs
@@ -286,7 +286,7 @@ namespace OpenSim.Framework
286 + 0.07f * (float)m_visualparams[78] / 255.0f // Shoe platform height 286 + 0.07f * (float)m_visualparams[78] / 255.0f // Shoe platform height
287 + 0.3836f * (float)m_visualparams[125] / 255.0f // Leg length 287 + 0.3836f * (float)m_visualparams[125] / 255.0f // Leg length
288 - m_avatarHeight / 2) * 0.3f - 0.04f; 288 - m_avatarHeight / 2) * 0.3f - 0.04f;
289 System.Console.WriteLine("Height {0} Hip offset {1}", m_avatarHeight, m_hipOffset); 289 //System.Console.WriteLine("Height {0} Hip offset {1}", m_avatarHeight, m_hipOffset);
290 } 290 }
291 291
292 public virtual void SetWearable(int wearableId, AvatarWearable wearable) 292 public virtual void SetWearable(int wearableId, AvatarWearable wearable)