mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Update PreFXPipeline.js
This commit is contained in:
parent
4c19106c63
commit
d316bacedb
1 changed files with 1 additions and 1 deletions
|
@ -758,7 +758,7 @@ var PreFXPipeline = new Class({
|
|||
this.batchVert(x2, y2, 1, 1, 0, 0, white);
|
||||
this.batchVert(x3, y3, 1, 0, 0, 0, white);
|
||||
|
||||
renderer.restoreFramebuffer(true, true);
|
||||
renderer.restoreFramebuffer(false, true);
|
||||
|
||||
if (!renderer.currentFramebuffer)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue