mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
set object select on demand, not when it is created
This commit is contained in:
@@ -221,7 +221,7 @@ namespace OpenSim.Framework
|
||||
public delegate void AddNewPrim(
|
||||
UUID ownerID, UUID groupID, Vector3 RayEnd, Quaternion rot, PrimitiveBaseShape shape, byte bypassRaycast, Vector3 RayStart,
|
||||
UUID RayTargetID,
|
||||
byte RayEndIsIntersection);
|
||||
byte RayEndIsIntersection, uint addflags);
|
||||
|
||||
public delegate void AgentDataUpdate(IClientAPI remoteClient, UUID itemID, UUID ownerID);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user