Fixing regression to llClearPrimMedia keyword data (added Link parameter by mistake).
This commit is contained in:
parent
bf8147e110
commit
5374fec377
2 changed files with 5 additions and 4 deletions
|
@ -312,15 +312,15 @@
|
|||
|
||||
Clears (deletes) the media and all parameters from the given prim face.
|
||||
Returns an integer that is a STATUS_* flag which details the success/failure of the operation.
|
||||
<Argument name="Link">Link number</Argument>
|
||||
<Argument name="Face">Face number</Argument>
|
||||
</Word>
|
||||
|
||||
<Word name="llClearPrimMedia">
|
||||
integer llClearPrimMedia(integer Link, integer Face );
|
||||
integer llClearPrimMedia(integer Face );
|
||||
|
||||
Clears (deletes) the media and all params from the given Face.
|
||||
|
||||
Returns an integer that is a STATUS_* flag which details the success/failure of the operation.
|
||||
<Argument name="Link">Link number</Argument>
|
||||
<Argument name="Face">Face number</Argument>
|
||||
</Word>
|
||||
|
||||
|
|
|
@ -8,10 +8,11 @@
|
|||
<body style="background-color: white; font-family: Verdana, sans-serif;font-size: 13px;line-height: 1.3">
|
||||
<div>
|
||||
<div>
|
||||
<h3><span class="date">2012-00-00</span> - Release 2.??.?</h3>
|
||||
<h3><span class="date">2012-12-00</span> - Release 2.??.?</h3>
|
||||
<div>
|
||||
* Fixed:
|
||||
<ul>
|
||||
<li>Accidentally added the Link parameter to llClearPrimMedia when correcting llClearLinkMedia.</li>
|
||||
<li>Bug 28 - Alt-F4 or File-Exit does not close unsaved documents.</li>
|
||||
<li>Bug 29 - llAngleBetween returns wrong values. Still not 100% accurate. Uses the improved code from the LSL Portal.</li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue