diff options
Diffstat (limited to 'OpenSim/Client/MXP/ClientStack/MXPClientView.cs')
-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 | { |