diff --git a/spine-unity/Assets/Spine/Editor/spine-unity/Editor/SpineAttributeDrawers.cs b/spine-unity/Assets/Spine/Editor/spine-unity/Editor/SpineAttributeDrawers.cs index fb597cb59..3b1291b11 100644 --- a/spine-unity/Assets/Spine/Editor/spine-unity/Editor/SpineAttributeDrawers.cs +++ b/spine-unity/Assets/Spine/Editor/spine-unity/Editor/SpineAttributeDrawers.cs @@ -209,7 +209,7 @@ namespace Spine.Unity.Editor { protected virtual void PopulatePopupList (ref List contentList, ref List valueList, Texture2D image, SerializedProperty property, T targetAttribute, SkeletonData data) { - contentList.Add(new GUIContent ("Type Not Supported")); + contentList.Add(new GUIContent("Type Not Supported")); valueList.Add(string.Empty); }