Skip to content

Commit

Permalink
one more fix for issue #19
Browse files Browse the repository at this point in the history
  • Loading branch information
Beeblerox committed Oct 10, 2014
1 parent c551744 commit b974aa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Haxe/lib/bitmapFont/BitmapTextField.hx
Original file line number Diff line number Diff line change
Expand Up @@ -880,6 +880,7 @@ class BitmapTextField extends Sprite

_bitmapData = new BitmapData(_fieldWidth, _fieldHeight, true, colorForFill);
_bitmap.bitmapData = _bitmapData;
_bitmap.smoothing = smoothing;
}
else
{
Expand Down

0 comments on commit b974aa9

Please sign in to comment.