new small vector scaled items optimization

This commit is contained in:
2017-02-12 21:57:23 +07:00
parent c6f86098e2
commit f12f2f9012
3 changed files with 131 additions and 14 deletions

View File

@@ -157,7 +157,7 @@ namespace FTEditor.Editors {
void DrawGUINotes() {
EditorGUILayout.Separator();
EditorGUILayout.HelpBox(
"Masks of animation may not be displayed correctly in preview window. " +
"Masks and blends of animation may not be displayed correctly in preview window. " +
"Instance animation to the scene, to see how it will look like the animation in the game.",
MessageType.Info);
}