Răsfoiți Sursa

Merge remote-tracking branch 'origin/master'

NathanSweet 9 ani în urmă
părinte
comite
4758bc713c
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      spine-csharp/src/Attachments/WeightedMeshAttachment.cs

+ 1 - 1
spine-csharp/src/Attachments/WeightedMeshAttachment.cs

@@ -114,7 +114,7 @@ namespace Spine {
 					worldVertices[w + 1] = wy + y;
 					worldVertices[w + 1] = wy + y;
 				}
 				}
 			} else {
 			} else {
-				float[] ffd = slot.AttachmentVertices;
+				float[] ffd = slot.attachmentVertices;
 				for (int w = 0, v = 0, b = 0, f = 0, n = bones.Length; v < n; w += 2) {
 				for (int w = 0, v = 0, b = 0, f = 0, n = bones.Length; v < n; w += 2) {
 					float wx = 0, wy = 0;
 					float wx = 0, wy = 0;
 					int nn = bones[v++] + v;
 					int nn = bones[v++] + v;