Correct sampler ID

This commit is contained in:
Richard Davey 2020-11-04 18:01:11 +00:00
parent 34f3ae9755
commit 305106bebe

View file

@ -63,7 +63,7 @@ var SinglePipeline = new Class({
{
WebGLPipeline.prototype.boot.call(this);
this.set1i('uMainSampler', 0);
this.set1i('uMainSampler', 1);
}
});