diff options
author | Jeff Ames | 2009-03-10 00:03:26 +0000 |
---|---|---|
committer | Jeff Ames | 2009-03-10 00:03:26 +0000 |
commit | 112a1af3a68d355724e09399372c71c2ae452cb4 (patch) | |
tree | ba9f8102dcdce7c5686afd553c7e78647f330108 /OpenSim/Client/MXP | |
parent | Thanks M1sha for a patch to reinstate the original functionality of the TreeP... (diff) | |
download | opensim-SC_OLD-112a1af3a68d355724e09399372c71c2ae452cb4.zip opensim-SC_OLD-112a1af3a68d355724e09399372c71c2ae452cb4.tar.gz opensim-SC_OLD-112a1af3a68d355724e09399372c71c2ae452cb4.tar.bz2 opensim-SC_OLD-112a1af3a68d355724e09399372c71c2ae452cb4.tar.xz |
Update svn properties, minor formatting cleanup.
Diffstat (limited to 'OpenSim/Client/MXP')
-rw-r--r-- | OpenSim/Client/MXP/ClientStack/MXPClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs index 6b8c09f..5ca85f1 100644 --- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs +++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs | |||
@@ -251,7 +251,7 @@ namespace OpenSim.Client.MXP.ClientStack | |||
251 | 251 | ||
252 | if (avatarExt.Body != null) | 252 | if (avatarExt.Body != null) |
253 | { | 253 | { |
254 | foreach(OmBipedBoneOrientation boneOrientation in avatarExt.Body.BipedBoneOrientations) | 254 | foreach (OmBipedBoneOrientation boneOrientation in avatarExt.Body.BipedBoneOrientations) |
255 | { | 255 | { |
256 | if (boneOrientation.Bone == OmBipedBones.Head) | 256 | if (boneOrientation.Bone == OmBipedBones.Head) |
257 | { | 257 | { |