Call new unbind method

This commit is contained in:
Richard Davey 2020-11-03 18:04:57 +00:00
parent bd2ac198bd
commit e72a3b27e4

View file

@ -437,6 +437,11 @@ var PipelineManager = new Class({
{
this.flush();
if (this.current)
{
this.current.unbind();
}
this.current = pipeline;
pipeline.bind();