Add back newline

This commit is contained in:
Dean Herbert 2019-02-26 15:48:34 +09:00 committed by GitHub
parent 2fc34496fd
commit c1432b2ed5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -346,6 +346,7 @@ public string Text
textContainer.FadeOut(transition_duration); textContainer.FadeOut(transition_duration);
return; return;
} }
setTextAsync(value); setTextAsync(value);
} }
} }