send zero velocity again on avatar full update or its ugly

This commit is contained in:
UbitUmarov
2014-08-19 10:03:04 +01:00
parent ca43a7fe63
commit 919aef1573

View File

@@ -5291,7 +5291,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
byte[] objectData = new byte[76];
Vector3 velocity = data.Velocity;
Vector3 velocity = new Vector3(0, 0, 0);
Vector3 acceleration = new Vector3(0, 0, 0);
rotation.Normalize();
Vector3 vrot = new Vector3(rotation.X, rotation.Y, rotation.Z);