mirror of
https://github.com/photonstorm/phaser
synced 2024-11-21 20:23:19 +00:00
Call new unbind method
This commit is contained in:
parent
bd2ac198bd
commit
e72a3b27e4
1 changed files with 5 additions and 0 deletions
|
@ -437,6 +437,11 @@ var PipelineManager = new Class({
|
|||
{
|
||||
this.flush();
|
||||
|
||||
if (this.current)
|
||||
{
|
||||
this.current.unbind();
|
||||
}
|
||||
|
||||
this.current = pipeline;
|
||||
|
||||
pipeline.bind();
|
||||
|
|
Loading…
Reference in a new issue