example animation to new sequence separator

This commit is contained in:
2016-12-04 00:15:37 +07:00
parent f8501c9dce
commit 12bd825c40
10 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -146,7 +146,7 @@ namespace FTEditor.Editors {
var label_text = string.Empty;
for ( int i = 0, e = sequence_names.Length; i < e; ++i ) {
label_text += string.Format(
i < e - 1 ? "{0}, " : "{0}",
i > 0 ? ", {0}" : "{0}",
sequence_names[i]);
}
GUILayout.Label(label_text, EditorStyles.whiteLabel);