FIX small avatars movement on terrain. (avatar appearance getting even

more messy)
This commit is contained in:
UbitUmarov
2012-12-13 07:34:27 +00:00
parent 20773dcfcc
commit b3a77c16bd
2 changed files with 39 additions and 5 deletions

View File

@@ -5122,7 +5122,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
update.PCode = (byte)PCode.Avatar;
update.ProfileCurve = 1;
update.PSBlock = Utils.EmptyBytes;
update.Scale = new Vector3(0.45f, 0.6f, 1.9f);
update.Scale = data.Appearance.AvatarSize;
// update.Scale.Z -= 0.2f;
update.Text = Utils.EmptyBytes;
update.TextColor = new byte[4];