diff options
author | Dalien Talbot | 2007-11-11 22:23:34 +0000 |
---|---|---|
committer | Dalien Talbot | 2007-11-11 22:23:34 +0000 |
commit | 8039c31e88fff3fb5edb57ebaa164d3d20e4b939 (patch) | |
tree | 43112538aa9f1873a4b294a1854b55c1c675af20 /OpenSim/Region/Examples | |
parent | Fixing null pointer exception from Mathias Soeken: (diff) | |
download | opensim-SC_OLD-8039c31e88fff3fb5edb57ebaa164d3d20e4b939.zip opensim-SC_OLD-8039c31e88fff3fb5edb57ebaa164d3d20e4b939.tar.gz opensim-SC_OLD-8039c31e88fff3fb5edb57ebaa164d3d20e4b939.tar.bz2 opensim-SC_OLD-8039c31e88fff3fb5edb57ebaa164d3d20e4b939.tar.xz |
Patch from Mathias Soeken (thanks Mathias!) to take care of the color
and alpha argument of the llSetText command.
Diffstat (limited to 'OpenSim/Region/Examples')
-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 | } |