Fixed return for llSetRegionPos and bumped version number.
This commit is contained in:
parent
963a5a5e4a
commit
da94081dc9
5 changed files with 5 additions and 4 deletions
|
@ -3778,10 +3778,11 @@ namespace LSLEditor
|
|||
Verbose("SetPrimitiveParams(" + rule.ToString() + ")");
|
||||
}
|
||||
|
||||
public vector llSetRegionPos(vector Position)
|
||||
public integer llSetRegionPos(vector Position)
|
||||
{
|
||||
Verbose("SetRemoteScriptAccessPin(" + Position + ")");
|
||||
m_pos = Position;
|
||||
return true;
|
||||
}
|
||||
|
||||
public void llSetRemoteScriptAccessPin(integer pin)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue