Skip to content

Commit 83c9803

Browse files
committed
Fix for CreateJS#979
1 parent fec9ab1 commit 83c9803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/easeljs/display/StageGL.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2636,7 +2636,7 @@ this.createjs = this.createjs||{};
26362636
}
26372637

26382638
if(!this._directDraw && (!ignoreCache && item.cacheCanvas === null && item.filters !== null && item.filters.length)) {
2639-
var bounds;
2639+
var bounds = null;
26402640
if (item.bitmapCache === null) {
26412641
bounds = item.getBounds();
26422642
item.bitmapCache = new createjs.BitmapCache();

0 commit comments

Comments
 (0)