mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 12:43:26 +00:00
Flush here, rather than in renderer
This commit is contained in:
parent
a5d6016e64
commit
39c77f431f
1 changed files with 2 additions and 0 deletions
|
@ -274,6 +274,8 @@ var PipelineManager = new Class({
|
|||
*/
|
||||
postRender: function ()
|
||||
{
|
||||
this.flush();
|
||||
|
||||
var pipelines = this.pipelines;
|
||||
|
||||
pipelines.each(function (pipelineName, pipelineInstance)
|
||||
|
|
Loading…
Reference in a new issue