diff options
Diffstat (limited to 'OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs')
-rw-r--r-- | OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs index 75b3f04..717b6c0 100644 --- a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | |||
@@ -272,7 +272,7 @@ namespace SimpleApp | |||
272 | 272 | ||
273 | public virtual void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, uint localID, | 273 | public virtual void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, uint localID, |
274 | PrimitiveBaseShape primShape, LLVector3 pos, uint flags, | 274 | PrimitiveBaseShape primShape, LLVector3 pos, uint flags, |
275 | LLUUID objectID, LLUUID ownerID, string text, uint parentID, | 275 | LLUUID objectID, LLUUID ownerID, string text, byte[] color, uint parentID, |
276 | byte[] particleSystem, LLQuaternion rotation) | 276 | byte[] particleSystem, LLQuaternion rotation) |
277 | { | 277 | { |
278 | } | 278 | } |