Skip to content

Commit

Permalink
Made totalSwaps non-interactive :(
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhhelgeson committed Oct 31, 2023
1 parent 174db18 commit 1a4a0d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sample/bitonicSort/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@ SampleInitFactoryWebGPU(
totalThreadsController.domElement.style.pointerEvents = 'none';
gridWidthController.domElement.style.pointerEvents = 'none';
gridHeightController.domElement.style.pointerEvents = 'none';
totalSwapsController.domElement.style.pointerEvents = 'none';

let highestBlockHeight = 2;

Expand Down

0 comments on commit 1a4a0d1

Please sign in to comment.