Skip to content

Commit a6ba053

Browse files
committed
Update PostFXPipeline.js
1 parent c60b4f5 commit a6ba053

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderer/webgl/pipelines/PostFXPipeline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ var PostFXPipeline = new Class({
7171
{
7272
WebGLPipeline.prototype.boot.call(this);
7373

74-
this.set1i('uMainSampler', 1);
74+
this.set1i('uMainSampler', 0);
7575
},
7676

7777
batchVert: function (x, y, u, v, unit)

0 commit comments

Comments
 (0)