mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
* And a little more
This commit is contained in:
@@ -586,8 +586,8 @@ namespace OpenSim.Client.MXP.ClientStack
|
||||
{
|
||||
MovementEventMessage me = new MovementEventMessage();
|
||||
me.ObjectIndex = localID;
|
||||
me.Location = new[] {position.X, position.Y, position.Z};
|
||||
me.Orientation = new[] {rotation.X, rotation.Y, rotation.Z, rotation.W};
|
||||
me.Location = new float[] {position.X, position.Y, position.Z};
|
||||
me.Orientation = new float[] {rotation.X, rotation.Y, rotation.Z, rotation.W};
|
||||
|
||||
Session.Send(me);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user