Skip to content

Commit 5ef2950

Browse files
authored
Update index.html
1 parent 2f41d69 commit 5ef2950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1980,7 +1980,7 @@
19801980

19811981
keysStrip.forEach((k,j) => {
19821982
stringPositions[i*n*3 + j*3] = x.get(k)(u[k])
1983-
stringPositions[i*n*3 + j*3 + 1] = y(k)
1983+
stringPositions[i*n*3 + j*3 + 1] = -y(k)
19841984
stringPositions[i*n*3 + j*3 + 2] = 0.5
19851985

19861986
stringColor[i*n*3 + j*3] = vs[0] / 255.

0 commit comments

Comments
 (0)