mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 14:08:28 +00:00
Correct sampler ID
This commit is contained in:
parent
34f3ae9755
commit
305106bebe
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ var SinglePipeline = new Class({
|
|||
{
|
||||
WebGLPipeline.prototype.boot.call(this);
|
||||
|
||||
this.set1i('uMainSampler', 0);
|
||||
this.set1i('uMainSampler', 1);
|
||||
}
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue