We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9684f9 commit 5a97a70Copy full SHA for 5a97a70
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