mirror of
https://github.com/opensim/opensim.git
synced 2026-07-14 11:45:35 +08:00
Implement PRIM_POS_LOCAL on llSetPrimitiveParams() and other prim params LSL functions.
This is the same as PRIM_POSITION
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user