Remove unnecessary (and unsafe) set

This commit is contained in:
Steve Streeting 2023-04-11 13:08:28 +01:00
parent 0c92bcbaa8
commit 616daac1a6

View File

@ -109,8 +109,6 @@ void UTypewriterTextWidget::PlayLine(const FText& InLine, float Speed)
bHasFinishedPlaying = false; bHasFinishedPlaying = false;
LineText->SetText(FText());
if (bFirstPlayLine) if (bFirstPlayLine)
{ {
// Delay the very first PlayLine after construction, CalculateWrappedString is not reliable until a couple // Delay the very first PlayLine after construction, CalculateWrappedString is not reliable until a couple