Skip to content

Commit

Permalink
FlxTypeText resetText to prefix (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli authored Dec 10, 2024
1 parent fb8d7d6 commit 2e10d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flixel/addons/text/FlxTypeText.hx
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ class FlxTypeText extends FlxText
*/
public function resetText(Text:String):Void
{
text = "";
text = prefix;
_finalText = Text;
_typing = false;
_erasing = false;
Expand Down

0 comments on commit 2e10d0c

Please sign in to comment.