Skip to content

Commit 2fad9c6

Browse files
committed
New libs to address StageGL fix
1 parent 531890a commit 2fad9c6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/easeljs-NEXT.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10367,7 +10367,7 @@ this.createjs = this.createjs||{};
1036710367
-1, 1, 0, 1
1036810368
]);
1036910369

10370-
if (this._bufferTextureOutput !== null) {
10370+
if (this._bufferTextureOutput !== this && this._bufferTextureOutput !== null) {
1037110371
this.resizeTexture(this._bufferTextureOutput, this._viewportWidth, this._viewportHeight);
1037210372
}
1037310373
if (this._bufferTextureConcat !== null) {
@@ -17463,6 +17463,6 @@ this.createjs = this.createjs || {};
1746317463
* @type String
1746417464
* @static
1746517465
**/
17466-
s.buildDate = /*=date*/"Fri, 06 Apr 2018 15:06:22 GMT"; // injected by build process
17466+
s.buildDate = /*=date*/"Mon, 09 Apr 2018 20:50:19 GMT"; // injected by build process
1746717467

1746817468
})();

0 commit comments

Comments
 (0)