We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8ee63 commit c27d279Copy full SHA for c27d279
flixel/text/FlxBitmapText.hx
@@ -74,7 +74,7 @@ class FlxBitmapText extends FlxSprite
74
75
/**
76
* The type of automatic wrapping to use, when the text doesn't fit the width. Ignored when
77
- * `autoSize` is true. Use options like: `NONE`, `CHAR`, `WORD(NEVER)` and `WORD(FIELD_WIDTH)`
+ * `autoSize` is true. Use options like: `NONE`, `CHAR`, `WORD(NEVER)` and `WORD(LINE_WIDTH)`
78
*/
79
public var wrap(default, set):Wrap = WORD(NEVER);
80
0 commit comments