Skip to content

Commit

Permalink
FlxTypeText resetText to prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli authored Jul 5, 2023
1 parent c76c18d commit 4b00225
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 @@ -318,7 +318,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 4b00225

Please sign in to comment.