Skip to content

Commit 4c75c48

Browse files
committed
Merge branch 'master' of https://github.com/photonstorm/phaser
2 parents 2182511 + d62dd0a commit 4c75c48

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/renderer/webgl/WebGLRenderer.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,8 @@ var WebGLRenderer = new Class({
480480
{
481481
pipelines[pipelineName].resize(width, height, resolution);
482482
}
483+
484+
this.currentScissor.set([ 0, 0, this.width, this.height ]);
483485

484486
return this;
485487
},

0 commit comments

Comments
 (0)