mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
Correct PRIM_TEXT return value from trans to alpha.
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
4717132b82
commit
158c3f82f1
@@ -9009,7 +9009,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
res.Add(new LSL_Vector(textColor.R,
|
||||
textColor.G,
|
||||
textColor.B));
|
||||
res.Add(new LSL_Float(textColor.A));
|
||||
res.Add(new LSL_Float(1.0 - textColor.A));
|
||||
break;
|
||||
case (int)ScriptBaseClass.PRIM_NAME:
|
||||
res.Add(new LSL_String(part.Name));
|
||||
|
||||
Reference in New Issue
Block a user