Skip to content

Commit

Permalink
Fixed: Ghost text in Flash target.
Browse files Browse the repository at this point in the history
  • Loading branch information
IkonOne committed Apr 29, 2013
1 parent f992f66 commit 169cd26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions com/haxepunk/graphics/Text.hx
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ class Text extends Image
else
{
source = HXP.createBitmap(width, height, true);
_blit = true;
}
super(source);

Expand Down

0 comments on commit 169cd26

Please sign in to comment.