Skip to content

Commit

Permalink
fix: Remove unneeded line
Browse files Browse the repository at this point in the history
  • Loading branch information
robertleeplummerjr committed Sep 24, 2019
1 parent 354c201 commit 4dba2e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/issues/314-large-input-array-addressing.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ describe('issue #314');
// after this fix max addressing is 2^31 which is the max a int32 can handle
// run out of heap before being able to create a butter that big!
// wanted to use uints but caused more problems than it solved
WebGLKernel.setupFeatureChecks();
const DATA_MAX = (GPU.isHeadlessGLSupported ? HeadlessGLKernel : WebGLKernel).features.maxTextureSize*8;
const divisor = 100;
const data = new Uint16Array(DATA_MAX);
Expand Down

0 comments on commit 4dba2e7

Please sign in to comment.