mirror of
https://github.com/sinbad/StevesUEHelpers.git
synced 2025-02-23 17:45:23 +00:00
Remove unnecessary (and unsafe) set
This commit is contained in:
parent
0c92bcbaa8
commit
616daac1a6
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user