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 6f0f714 commit f96bbe1Copy full SHA for f96bbe1
src/easeljs/display/StageGL.js
@@ -1531,6 +1531,7 @@ this.createjs = this.createjs||{};
1531
} else if (item._webGLRenderStyle === 2) {
1532
// this is a Bitmap class
1533
foundImage = item.image;
1534
+ if (foundImage.getImage) { foundImage = foundImage.getImage(); }
1535
} else if (item._webGLRenderStyle === 1) {
1536
// this is a SpriteSheet, we can't tell which image we used from the list easily so remove them all!
1537
for (i = 0, l = item.spriteSheet._images.length; i < l; i++) {
0 commit comments