Added TODO

This commit is contained in:
lumpn 2023-04-10 16:28:26 +08:00
parent 3175f5cbd4
commit e4af81cd35

View File

@ -153,6 +153,11 @@ void UTypewriterTextWidget::PlayLine(const FText& InLine, float Speed)
CachedSegmentText.Empty();
CalculateWrappedString(shortenedString);
// TODO Jonas: Play remaining line after the shortened string.
// If this is done purely in the typewriter then advancing the dialog would
// skip over all but the last part of the text. Alternatively advancing has
// to get rerouted to trigger a dialogue action only for the last part.
}
}