Skip to content

Commit

Permalink
Fix #1897: WaveShaper curve setter allows multiple sets
Browse files Browse the repository at this point in the history
Just delete the sentence that implise the curve can be set more than
once.  The algorithm is clear that you can only set it once.
  • Loading branch information
rtoy committed May 21, 2019
1 parent 7de58c8 commit 7ff7675
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.bs
Expand Up @@ -9440,8 +9440,7 @@ Attributes</h4>
When this attribute is set, an internal copy of the curve is
created by the {{WaveShaperNode}}. Subsequent
modifications of the contents of the array used to set the
attribute therefore have no effect: the attribute MUST be set
again in order to change the curve.
attribute therefore have no effect.

<div algorithm="WaveShaperNode.curve">
To set the {{WaveShaperNode/curve}} attribute, execute these steps:
Expand Down

0 comments on commit 7ff7675

Please sign in to comment.