mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
Patch from Mathias Soeken (thanks Mathias!) to take care of the color
and alpha argument of the llSetText command.
This commit is contained in:
@@ -272,7 +272,7 @@ namespace SimpleApp
|
||||
|
||||
public virtual void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, uint localID,
|
||||
PrimitiveBaseShape primShape, LLVector3 pos, uint flags,
|
||||
LLUUID objectID, LLUUID ownerID, string text, uint parentID,
|
||||
LLUUID objectID, LLUUID ownerID, string text, byte[] color, uint parentID,
|
||||
byte[] particleSystem, LLQuaternion rotation)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user