Formatting.

This commit is contained in:
NathanSweet 2016-10-27 16:23:02 +02:00
parent 3d9ee5a743
commit e2c870ff0c
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ using System;
using System.Collections.Generic; using System.Collections.Generic;
namespace Spine { namespace Spine {
/// <summary>>An attachment with vertices that are transformed by one or more bones and can be deformed by a slot's vertices.</summary> /// <summary>An attachment with vertices that are transformed by one or more bones and can be deformed by a slot's vertices.</summary>
public class VertexAttachment : Attachment { public class VertexAttachment : Attachment {
internal int[] bones; internal int[] bones;
internal float[] vertices; internal float[] vertices;