Tabs, never spaces.

This commit is contained in:
NathanSweet 2014-05-23 11:37:20 +02:00
parent 5c5505dfcb
commit c1a9b502bd

View File

@ -1544,7 +1544,7 @@ spine.SkeletonJson.prototype = {
mesh.height = (map["height"] || 0) * scale;
return mesh;
} else if (type == spine.AttachmentType.boundingbox) {
var attachment = this.attachmentLoader.newBoundingBoxAttachment(skin, name);
var attachment = this.attachmentLoader.newBoundingBoxAttachment(skin, name);
var vertices = map["vertices"];
for (var i = 0, n = vertices.length; i < n; i++)
attachment.vertices.push(vertices[i] * this.scale);