We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b44cd commit 9e4141eCopy full SHA for 9e4141e
1 file changed
src/renderer/webgl/pipelines/MultiPipeline.js
@@ -203,7 +203,7 @@ var MultiPipeline = new Class({
203
batchSprite: function (sprite, camera, parentTransformMatrix)
204
{
205
// Will cause a flush if this isn't the current pipeline, vertexbuffer or program
206
- this.renderer.pipelines.set(this);
+ this.renderer.pipelines.set(this, sprite);
207
208
var camMatrix = this._tempMatrix1;
209
var spriteMatrix = this._tempMatrix2;
0 commit comments