Skip to content

Commit

Permalink
Merge pull request openfl#610 from fserb/fix
Browse files Browse the repository at this point in the history
Add missing import
  • Loading branch information
jgranick committed Apr 18, 2015
2 parents 0de34ec + 727e0e1 commit c3b4770
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openfl/display/BitmapData.hx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import lime.graphics.opengl.GLBuffer;
import lime.graphics.opengl.GLTexture;
import lime.graphics.GLRenderContext;
import lime.graphics.Image;
import lime.graphics.ImageChannel;
import lime.graphics.ImageBuffer;
import lime.graphics.ImageChannel;
import lime.graphics.utils.ImageCanvasUtil;
Expand Down

0 comments on commit c3b4770

Please sign in to comment.