Runtime fix

This commit is contained in:
Joshua Granick
2014-08-03 17:11:37 -07:00
parent 54a9a516ab
commit a3f8c34231

View File

@@ -208,6 +208,7 @@ class Image {
#if js
ImageCanvasUtil.convertToData (this);
ImageCanvasUtil.convertToData (sourceImage);
#end
ImageDataUtil.copyPixels (this, sourceImage, sourceRect, destPoint, alphaImage, alphaPoint, mergeAlpha);