(93b920f3f) Fixed Chinese text wrapping (can't wrap based on spaces because there's no spaces)

This commit is contained in:
Joonas Rikkonen
2019-05-06 11:36:38 +03:00
parent e0ddeef023
commit 8e53c38461
7 changed files with 87 additions and 245 deletions
@@ -206,6 +206,8 @@ namespace Barotrauma
private GUILayoutGroup subPreviewContainer;
private GUILayoutGroup subPreviewContainer;
private GUIButton loadGameButton;
public Action<Submarine, string, string> StartNewGame;