mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 07:04:31 +00:00
Revert "#6816 Phaser.GameObjects.Components.FX#add fix null pipeline pointer"
This reverts commit 389e2af60f
.
This commit is contained in:
parent
389e2af60f
commit
54e555d56a
1 changed files with 1 additions and 4 deletions
|
@ -409,10 +409,7 @@ var FX = new Class({
|
|||
pipeline = pipeline.pop();
|
||||
}
|
||||
|
||||
if (pipeline)
|
||||
{
|
||||
pipeline.controller = fx;
|
||||
}
|
||||
pipeline.controller = fx;
|
||||
|
||||
return fx;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue