aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorDalien Talbot2007-11-11 22:23:34 +0000
committerDalien Talbot2007-11-11 22:23:34 +0000
commit8039c31e88fff3fb5edb57ebaa164d3d20e4b939 (patch)
tree43112538aa9f1873a4b294a1854b55c1c675af20 /OpenSim/Framework
parentFixing null pointer exception from Mathias Soeken: (diff)
downloadopensim-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/Framework')
-rw-r--r--OpenSim/Framework/IClientAPI.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index bd98041..1a6d5e5 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -403,7 +403,7 @@ namespace OpenSim.Framework
403 void AttachObject(uint localID, LLQuaternion rotation, byte attachPoint); 403 void AttachObject(uint localID, LLQuaternion rotation, byte attachPoint);
404 404
405 void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, uint localID, PrimitiveBaseShape primShape, 405 void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, uint localID, PrimitiveBaseShape primShape,
406 LLVector3 pos, uint flags, LLUUID objectID, LLUUID ownerID, string text, 406 LLVector3 pos, uint flags, LLUUID objectID, LLUUID ownerID, string text, byte[] color,
407 uint parentID, byte[] particleSystem, LLQuaternion rotation); 407 uint parentID, byte[] particleSystem, LLQuaternion rotation);
408 408
409 void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, LLVector3 position, 409 void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, LLVector3 position,