remove unessecary comment
This commit is contained in:
parent
9bb1039bbd
commit
98cb128fa2
1 changed files with 0 additions and 1 deletions
|
|
@ -36,7 +36,6 @@ const waveshapes = {
|
|||
},
|
||||
sine(phase) {
|
||||
return Math.sin(Math.PI * 2 * phase) * 0.5 + 0.5;
|
||||
// return Math.sin(Math.PI * 2 * phase);
|
||||
},
|
||||
ramp(phase) {
|
||||
return phase;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue