diff --git a/spine-csharp/src/Skeleton.cs b/spine-csharp/src/Skeleton.cs index df6b52296..774e2472b 100644 --- a/spine-csharp/src/Skeleton.cs +++ b/spine-csharp/src/Skeleton.cs @@ -489,7 +489,7 @@ namespace Spine { public void PhysicsRotate (float x, float y, float degrees) { PhysicsConstraint[] physicsConstraints = this.physicsConstraints.Items; for (int i = 0, n = this.physicsConstraints.Count; i < n; i++) - physicsConstraints[i].Rotate(r, y, degrees); + physicsConstraints[i].Rotate(x, y, degrees); } /// Increments the skeleton's . diff --git a/spine-csharp/src/package.json b/spine-csharp/src/package.json index 78cdf16e5..c24efb7bb 100644 --- a/spine-csharp/src/package.json +++ b/spine-csharp/src/package.json @@ -2,7 +2,7 @@ "name": "com.esotericsoftware.spine.spine-csharp", "displayName": "spine-csharp Runtime", "description": "This plugin provides the spine-csharp core runtime.", - "version": "4.2.19", + "version": "4.2.20", "unity": "2018.3", "author": { "name": "Esoteric Software",