mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
[spine-unity] Fixed linked weighted meshes.
This commit is contained in:
parent
bde07221b3
commit
ccb9303681
@ -73,6 +73,7 @@ namespace Spine {
|
||||
set {
|
||||
parentMesh = value;
|
||||
if (value != null) {
|
||||
bones = value.bones;
|
||||
vertices = value.vertices;
|
||||
worldVerticesLength = value.worldVerticesLength;
|
||||
regionUVs = value.regionUVs;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user