Skip to content

Commit fe3ceb0

Browse files
committed
temp fix for shadow_xy branch
1 parent 596bc33 commit fe3ceb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flixel/addons/ui/FlxInputText.hx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,8 @@ class FlxInputText extends FlxText
726726
caret.pixels.fillRect(r, caretC); // draw caret
727727
// we need to offset caret's drawing position since the caret is now larger than normal
728728
caret.offset.x = caret.offset.y = borderSize;
729+
730+
case _: //temp fix for 5.9.0
729731
}
730732
// Update width/height so caret's dimensions match its pixels
731733
caret.width = cw;

0 commit comments

Comments
 (0)