Skip to content

Commit

Permalink
removed odd error
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhhelgeson committed Apr 12, 2024
1 parent ebac987 commit 90a0389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/bitonicSort/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ SampleInitFactoryWebGPU(
requestAnimationFrame(frame);
}
).then((init) => {
const canvas = document.getElementById('canvasOne') as HTMLCanvasElement;
const canvas = document.querySelector('canvas') as HTMLCanvasElement;
const stats = new Stats();
const gui = new GUI();

Expand Down

0 comments on commit 90a0389

Please sign in to comment.