Recompiled .swc's after change to Bone, fixed constructor of Vertex

This commit is contained in:
badlogic 2017-07-12 10:57:17 +02:00
parent 1843dccfe8
commit c7b0329918
4 changed files with 2 additions and 0 deletions

View File

@ -39,5 +39,7 @@ package spine {
public var v : Number;
public var light : Color = new spine.Color(0, 0, 0);
public var dark : Color = new spine.Color(0, 0, 0);
function Vertex() { }
}
}