Skip to content

Commit 99ed3f0

Browse files
committedAug 17, 2023
v.1.6.0
1 parent 71608c0 commit 99ed3f0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎build/filter.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* FILTER.js
44
* @version: 1.6.0
5-
* @built on 2023-08-17 10:55:43
5+
* @built on 2023-08-17 11:00:16
66
* @dependencies: Asynchronous.js
77
*
88
* JavaScript Image Processing Library
@@ -12,7 +12,7 @@
1212
*
1313
* FILTER.js
1414
* @version: 1.6.0
15-
* @built on 2023-08-17 10:55:43
15+
* @built on 2023-08-17 11:00:16
1616
* @dependencies: Asynchronous.js
1717
*
1818
* JavaScript Image Processing Library
@@ -3755,7 +3755,7 @@ GLSL.run = function(img, glsls, im, w, h, metaData) {
37553755
pos, uv, src, dst, prev = [null, null],
37563756
buf0, buf1, buf = [null, null],
37573757
program, cache, im0, t,
3758-
canRun, isContextLost, cleanUp, lost
3758+
canRun, isContextLost, cleanUp, lost,
37593759
first = -1, last = -1,
37603760
fromshader = false, flipY = false;
37613761
if (!gl) return;

‎build/filter.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/util/glsl.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ GLSL.run = function(img, glsls, im, w, h, metaData) {
377377
pos, uv, src, dst, prev = [null, null],
378378
buf0, buf1, buf = [null, null],
379379
program, cache, im0, t,
380-
canRun, isContextLost, cleanUp, lost
380+
canRun, isContextLost, cleanUp, lost,
381381
first = -1, last = -1,
382382
fromshader = false, flipY = false;
383383
if (!gl) return;

0 commit comments

Comments
 (0)