Merge pull request #493 from EsotericSoftware/pharan-patch-1

[Unity] Fix GroundConstraint -y pose values
This commit is contained in:
John 2015-12-15 17:19:39 +08:00
commit 78b303877b

View File

@ -71,6 +71,7 @@ public class SkeletonUtilityGroundConstraint : SkeletonUtilityConstraint {
protected override void OnEnable () {
base.OnEnable();
lastHitY = transform.position.y;
}
protected override void OnDisable () {