Skip to content

Commit

Permalink
fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
yanhick committed May 17, 2013
1 parent ff0cf4c commit b8cd44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cocktail/port/platform/flash_player/FontBuilder.hx
Expand Up @@ -173,7 +173,7 @@ class FontBuilder extends FontBuilderBase
fontMetrics.ascent = textField.textHeight / 2;

textField.text = ",";
fontMetrics.descent = textField.textHeight / 2;s
fontMetrics.descent = textField.textHeight / 2;
#end
}

Expand Down

0 comments on commit b8cd44a

Please sign in to comment.