mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
6762: llList2Key fails to convert a string in a list to a key
llGetPrimitiveParams changed to return the sculpty key as an LSL_String so that type checking in llList2Key will work
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
2d7adcb22f
commit
07d6a0385f
@@ -8483,7 +8483,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
break;
|
||||
|
||||
case ScriptBaseClass.PRIM_TYPE_SCULPT:
|
||||
res.Add(Shape.SculptTexture.ToString());
|
||||
res.Add(new LSL_String(Shape.SculptTexture.ToString()));
|
||||
res.Add(new LSL_Integer(Shape.SculptType));
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user