diff --git a/.gitignore b/.gitignore index c5b5192c..8997cff6 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,4 @@ *.userprefs -.gitignore +.gitignore \ No newline at end of file diff --git a/Assets/Fungus/FungusScript/Editor/CommandListAdaptor.cs b/Assets/Fungus/FungusScript/Editor/CommandListAdaptor.cs index 219c53b3..57f2e693 100644 --- a/Assets/Fungus/FungusScript/Editor/CommandListAdaptor.cs +++ b/Assets/Fungus/FungusScript/Editor/CommandListAdaptor.cs @@ -173,11 +173,6 @@ namespace Fungus { summary = summary.Replace("\n", "").Replace("\r", ""); } - - if (summary.Length > 80) - { - summary = summary.Substring(0, 80) + "..."; - } if (summary.StartsWith("Error:")) { error = true;