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 fec9ab1 commit 83c9803Copy full SHA for 83c9803
src/easeljs/display/StageGL.js
@@ -2636,7 +2636,7 @@ this.createjs = this.createjs||{};
2636
}
2637
2638
if(!this._directDraw && (!ignoreCache && item.cacheCanvas === null && item.filters !== null && item.filters.length)) {
2639
- var bounds;
+ var bounds = null;
2640
if (item.bitmapCache === null) {
2641
bounds = item.getBounds();
2642
item.bitmapCache = new createjs.BitmapCache();
0 commit comments