aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
index 07d43b8..d107aab 100644
--- a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
@@ -280,7 +280,7 @@ namespace SimpleApp
280 public virtual void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, uint localID, 280 public virtual void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, uint localID,
281 PrimitiveBaseShape primShape, LLVector3 pos, uint flags, 281 PrimitiveBaseShape primShape, LLVector3 pos, uint flags,
282 LLUUID objectID, LLUUID ownerID, string text, byte[] color, uint parentID, 282 LLUUID objectID, LLUUID ownerID, string text, byte[] color, uint parentID,
283 byte[] particleSystem, LLQuaternion rotation) 283 byte[] particleSystem, LLQuaternion rotation, byte clickAction)
284 { 284 {
285 } 285 }
286 286