This commit is contained in:
锦恢 2024-08-23 10:34:25 +08:00
parent 183185a57e
commit a5a8735cac

View File

@ -353,9 +353,9 @@ class WebGL2WaveRender {
} }
return { return {
lineVertices : new Uint32Array(lineVertices), lineVertices : new Uint32Array(lineVertices),
maskVertices : new Uint32Array(maskVertices) maskVertices : new Uint32Array(maskVertices)
}; };
} }