|
@@ -891,6 +891,8 @@ spSkeletonData* spSkeletonJson_readSkeletonData (spSkeletonJson* self, const cha
|
|
|
type = SP_ATTACHMENT_PATH;
|
|
|
else if (strcmp(typeString, "clipping") == 0)
|
|
|
type = SP_ATTACHMENT_CLIPPING;
|
|
|
+ else if (strcmp(typeString, "point") == 0)
|
|
|
+ type = SP_ATTACHMENT_POINT;
|
|
|
else {
|
|
|
spSkeletonData_dispose(skeletonData);
|
|
|
_spSkeletonJson_setError(self, root, "Unknown attachment type: ", typeString);
|