Fix brief display of full line before first letter callback

This commit is contained in:
Steve Streeting 2023-04-11 13:08:56 +01:00
parent 616daac1a6
commit 7a5bb9d581

View File

@ -138,6 +138,8 @@ void UTypewriterTextWidget::StartPlayLine()
SetVisibility(ESlateVisibility::SelfHitTestInvisible); SetVisibility(ESlateVisibility::SelfHitTestInvisible);
bFirstPlayLine = false; bFirstPlayLine = false;
PlayNextLetter();
} }