mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 15:24:55 +08:00
[unity] Minor: fixed whitespace formatting.
This commit is contained in:
parent
2f44b90878
commit
853dc33e19
@ -209,7 +209,7 @@ namespace Spine.Unity.Editor {
|
||||
|
||||
protected virtual void PopulatePopupList (ref List<GUIContent> contentList, ref List<string> 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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user