mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
* Now we have boxes. Yay!
* Removed unused SendPrimitiveToClient that didn't have rot.
This commit is contained in:
@@ -438,8 +438,8 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
LLQuaternion lRot;
|
||||
lRot = RotationOffset;
|
||||
|
||||
remoteClient.SendPrimitiveToClient(m_regionHandle, 64096, LocalID, m_shape, lPos, lRot, this.ObjectFlags, m_uuid,
|
||||
OwnerID, m_text, ParentID, this.m_particleSystem);
|
||||
remoteClient.SendPrimitiveToClient(m_regionHandle, 64096, LocalID, m_shape, lPos, this.ObjectFlags, m_uuid, OwnerID,
|
||||
m_text, ParentID, this.m_particleSystem, lRot);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user