Implement PRIM_POS_LOCAL on llSetPrimitiveParams() and other prim params LSL functions.

This is the same as PRIM_POSITION
integration
Justin Clark-Casey (justincc) 2012-04-06 23:43:03 +01:00
parent 4a58d4c5a4
commit 33e91f1088
1 changed files with 1 additions and 0 deletions

View File

@ -7171,6 +7171,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
switch (code)
{
case (int)ScriptBaseClass.PRIM_POSITION:
case (int)ScriptBaseClass.PRIM_POS_LOCAL:
if (remain < 1)
return;