(d4a475f03) Added text wrapping to pump GUI texts

This commit is contained in:
Joonas Rikkonen
2019-05-07 18:05:16 +03:00
parent 56015c2f01
commit 427526aba2
4 changed files with 12 additions and 13 deletions
@@ -141,7 +141,7 @@ namespace Barotrauma
}
currentVideo = CreateVideo(scaledVideoResolution);
title.Text = textSettings != null ? TextManager.Get(contentId) : string.Empty;
title.Text = TextManager.Get(contentId);
textContent.Text = textSettings != null ? textSettings.Text : string.Empty;
objectiveText.Text = objective;