Fix oscilloscope when using upsampling

pull/263/head
James H Ball 2024-09-29 17:41:56 +01:00
rodzic da8cb4f861
commit 0eafc29ed8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -215,7 +215,7 @@ var Render =
gl.bindBuffer(gl.ELEMENT_ARRAY_BUFFER, null);
this.scratchVertices = new Float32Array(8*nPoints);
this.scratchVertices = new Float32Array(12*nPoints);
},
setupTextures : function()