Skip to content

Commit

Permalink
linked meshes problem
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanpopelyshev committed Jan 12, 2017
1 parent 1884693 commit b493b2c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ node_modules
dist
gh-pages
build-es6
.idea
1 change: 1 addition & 0 deletions bin/pixi-spine.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/pixi-spine.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pixi-spine",
"version": "1.3.4",
"version": "1.3.5",
"description": "Spine implementation for pixi v^3 and v^4",
"author": "Mat Groves",
"contributors": [
Expand Down
1 change: 1 addition & 0 deletions src/core/attachments/MeshAttachment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ namespace pixi_spine.core {
this.regionUVs = parentMesh.regionUVs;
this.triangles = parentMesh.triangles;
this.hullLength = parentMesh.hullLength;
this.worldVerticesLength = parentMesh.worldVerticesLength;
}
}
}
Expand Down

0 comments on commit b493b2c

Please sign in to comment.