diff options
author | ubit | 2012-12-07 18:28:56 +0100 |
---|---|---|
committer | ubit | 2012-12-07 18:28:56 +0100 |
commit | 65e3bd93e9018d6709ce9406bbe25d1d84017d12 (patch) | |
tree | ed6e98fa10a87534349cbe50314c7255dd2da963 /OpenSim | |
parent | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork (diff) | |
parent | calculate avatar size on tps (diff) | |
download | opensim-SC-65e3bd93e9018d6709ce9406bbe25d1d84017d12.zip opensim-SC-65e3bd93e9018d6709ce9406bbe25d1d84017d12.tar.gz opensim-SC-65e3bd93e9018d6709ce9406bbe25d1d84017d12.tar.bz2 opensim-SC-65e3bd93e9018d6709ce9406bbe25d1d84017d12.tar.xz |
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/AvatarAppearance.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenSim/Framework/AvatarAppearance.cs b/OpenSim/Framework/AvatarAppearance.cs index ad783c8..9e912de 100644 --- a/OpenSim/Framework/AvatarAppearance.cs +++ b/OpenSim/Framework/AvatarAppearance.cs | |||
@@ -678,8 +678,8 @@ namespace OpenSim.Framework | |||
678 | { | 678 | { |
679 | if ((data != null) && (data["serial"] != null)) | 679 | if ((data != null) && (data["serial"] != null)) |
680 | m_serial = data["serial"].AsInteger(); | 680 | m_serial = data["serial"].AsInteger(); |
681 | if ((data != null) && (data["height"] != null)) | 681 | // if ((data != null) && (data["height"] != null)) |
682 | m_avatarHeight = (float)data["height"].AsReal(); | 682 | // m_avatarHeight = (float)data["height"].AsReal(); |
683 | 683 | ||
684 | try | 684 | try |
685 | { | 685 | { |
@@ -741,6 +741,7 @@ namespace OpenSim.Framework | |||
741 | // att.ItemID, att.AssetID, att.AttachPoint); | 741 | // att.ItemID, att.AssetID, att.AttachPoint); |
742 | } | 742 | } |
743 | } | 743 | } |
744 | SetHeight(); | ||
744 | } | 745 | } |
745 | catch (Exception e) | 746 | catch (Exception e) |
746 | { | 747 | { |