We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9684f9 + 5a97a70 commit 531890aCopy full SHA for 531890a
1 file changed
src/easeljs/display/StageGL.js
@@ -1596,7 +1596,7 @@ this.createjs = this.createjs||{};
1596
-1, 1, 0, 1
1597
]);
1598
1599
- if (this._bufferTextureOutput !== null) {
+ if (this._bufferTextureOutput !== this && this._bufferTextureOutput !== null) {
1600
this.resizeTexture(this._bufferTextureOutput, this._viewportWidth, this._viewportHeight);
1601
}
1602
if (this._bufferTextureConcat !== null) {
0 commit comments