mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
Tabs, never spaces.
This commit is contained in:
parent
5c5505dfcb
commit
c1a9b502bd
@ -1544,7 +1544,7 @@ spine.SkeletonJson.prototype = {
|
|||||||
mesh.height = (map["height"] || 0) * scale;
|
mesh.height = (map["height"] || 0) * scale;
|
||||||
return mesh;
|
return mesh;
|
||||||
} else if (type == spine.AttachmentType.boundingbox) {
|
} else if (type == spine.AttachmentType.boundingbox) {
|
||||||
var attachment = this.attachmentLoader.newBoundingBoxAttachment(skin, name);
|
var attachment = this.attachmentLoader.newBoundingBoxAttachment(skin, name);
|
||||||
var vertices = map["vertices"];
|
var vertices = map["vertices"];
|
||||||
for (var i = 0, n = vertices.length; i < n; i++)
|
for (var i = 0, n = vertices.length; i < n; i++)
|
||||||
attachment.vertices.push(vertices[i] * this.scale);
|
attachment.vertices.push(vertices[i] * this.scale);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user