mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
remove unessecary comment
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user