Skip to content

Commit c27d279

Browse files
authored
Replace mention to renamed property (#3460)
1 parent 6f8ee63 commit c27d279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flixel/text/FlxBitmapText.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class FlxBitmapText extends FlxSprite
7474

7575
/**
7676
* 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)`
77+
* `autoSize` is true. Use options like: `NONE`, `CHAR`, `WORD(NEVER)` and `WORD(LINE_WIDTH)`
7878
*/
7979
public var wrap(default, set):Wrap = WORD(NEVER);
8080

0 commit comments

Comments
 (0)