Skip to content

Commit

Permalink
Merge pull request #399 from GoogleChromeLabs/bug-resolve-sab
Browse files Browse the repository at this point in the history
minor change- spelling correction
  • Loading branch information
mjwilson-google authored Aug 27, 2024
2 parents f254c7c + 9f6c1e7 commit ced8dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/free-queue/free-queue-sab.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class FreeQueueSAB {
* @returns FreeQueue
*/
static fromPointers(queuePointers) {
const queue = new FreeQueue(0, 0);
const queue = new FreeQueueSAB(0, 0);
const HEAPU32 = new Uint32Array(queuePointers.memory.buffer);
const HEAPF32 = new Float32Array(queuePointers.memory.buffer);
const bufferLength = HEAPU32[queuePointers.bufferLengthPointer / 4];
Expand Down

0 comments on commit ced8dc5

Please sign in to comment.