Flush here, rather than in renderer

This commit is contained in:
Richard Davey 2020-10-27 18:06:28 +00:00
parent a5d6016e64
commit 39c77f431f

View file

@ -274,6 +274,8 @@ var PipelineManager = new Class({
*/
postRender: function ()
{
this.flush();
var pipelines = this.pipelines;
pipelines.each(function (pipelineName, pipelineInstance)