Skip to content

Commit 305106b

Browse files
committed
Correct sampler ID
1 parent 34f3ae9 commit 305106b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderer/webgl/pipelines/SinglePipeline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ var SinglePipeline = new Class({
6363
{
6464
WebGLPipeline.prototype.boot.call(this);
6565

66-
this.set1i('uMainSampler', 0);
66+
this.set1i('uMainSampler', 1);
6767
}
6868

6969
});

0 commit comments

Comments
 (0)