Merge branch 'dev-syntax-code' into dev-next
This commit is contained in:
commit
a9db752cfa
1 changed files with 2 additions and 2 deletions
|
@ -1389,9 +1389,9 @@ namespace LSLEditor
|
|||
Verbose("ClearCameraParams()");
|
||||
}
|
||||
|
||||
public integer llClearLinkMedia(integer iFace)
|
||||
public integer llClearLinkMedia(integer iLink, integer iFace)
|
||||
{
|
||||
Verbose("ClearLinkMedia({0})={1}", iFace, true);
|
||||
Verbose("ClearLinkMedia({0}, {1})={2}", iLink, iFace, true);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue