* And a little more
parent
fc66d29ca6
commit
88d3ce5c64
|
@ -586,8 +586,8 @@ namespace OpenSim.Client.MXP.ClientStack
|
||||||
{
|
{
|
||||||
MovementEventMessage me = new MovementEventMessage();
|
MovementEventMessage me = new MovementEventMessage();
|
||||||
me.ObjectIndex = localID;
|
me.ObjectIndex = localID;
|
||||||
me.Location = new[] {position.X, position.Y, position.Z};
|
me.Location = new float[] {position.X, position.Y, position.Z};
|
||||||
me.Orientation = new[] {rotation.X, rotation.Y, rotation.Z, rotation.W};
|
me.Orientation = new float[] {rotation.X, rotation.Y, rotation.Z, rotation.W};
|
||||||
|
|
||||||
Session.Send(me);
|
Session.Send(me);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue