mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-02 21:59:09 +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,
|
protected virtual void PopulatePopupList (ref List<GUIContent> contentList, ref List<string> valueList,
|
||||||
Texture2D image, SerializedProperty property, T targetAttribute, SkeletonData data) {
|
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);
|
valueList.Add(string.Empty);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user