mirror of
https://github.com/photonstorm/phaser
synced 2024-11-17 10:18:42 +00:00
Missing flush
This commit is contained in:
parent
c4c849cff4
commit
916bfa78b2
1 changed files with 2 additions and 0 deletions
|
@ -2398,6 +2398,8 @@ var WebGLRenderer = new Class({
|
||||||
{
|
{
|
||||||
if (this.contextLost) { return; }
|
if (this.contextLost) { return; }
|
||||||
|
|
||||||
|
this.flush();
|
||||||
|
|
||||||
this.emit(Events.POST_RENDER);
|
this.emit(Events.POST_RENDER);
|
||||||
|
|
||||||
var state = this.snapshotState;
|
var state = this.snapshotState;
|
||||||
|
|
Loading…
Reference in a new issue