Skip to content

Commit 11adad0

Browse files
Update FlxTextField.hx
1 parent f1b7d39 commit 11adad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flixel/addons/text/FlxTextField.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class FlxTextField extends FlxText
2525
* @param Size The font size for this text object.
2626
* @param EmbeddedFont Whether this text field uses embedded fonts or not
2727
*/
28-
public function new(X:Float = 0, Y:Float = 0, Width:Float = 0, ?Text:String, Size:Int = 8, EmbeddedFont:Bool = truee)
28+
public function new(X:Float = 0, Y:Float = 0, Width:Int = 0, ?Text:String, Size:Int = 8, EmbeddedFont:Bool = truee)
2929
{
3030
super(X, Y, Width, Text, Size, EmbeddedFont);
3131

0 commit comments

Comments
 (0)