(10d1ebded) WIP credits sequence

This commit is contained in:
Joonas Rikkonen
2019-05-07 13:20:33 +03:00
parent dd120a8153
commit f2f39e87e2
4 changed files with 115 additions and 1 deletions
@@ -109,7 +109,7 @@ namespace Barotrauma
List<string> words = new List<string>();
string currWord = "";
for (int i = 0; i<text.Length; i++)
for (int i = 0; i < text.Length; i++)
{
if (isCJK.IsMatch(text[i].ToString()))
{