Skip to content

Commit 701b899

Browse files
committed
Update MultiPipeline.js
1 parent 18d2de8 commit 701b899

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/renderer/webgl/pipelines/MultiPipeline.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,9 +397,7 @@ var MultiPipeline = new Class({
397397
skipFlip,
398398
textureUnit)
399399
{
400-
var renderer = this.renderer;
401-
402-
renderer.pipelines.set(this, gameObject);
400+
this.manager.set(this, gameObject);
403401

404402
var camMatrix = this._tempMatrix1;
405403
var spriteMatrix = this._tempMatrix2;

0 commit comments

Comments
 (0)