mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
Merge pull request #493 from EsotericSoftware/pharan-patch-1
[Unity] Fix GroundConstraint -y pose values
This commit is contained in:
commit
78b303877b
@ -71,6 +71,7 @@ public class SkeletonUtilityGroundConstraint : SkeletonUtilityConstraint {
|
||||
|
||||
protected override void OnEnable () {
|
||||
base.OnEnable();
|
||||
lastHitY = transform.position.y;
|
||||
}
|
||||
|
||||
protected override void OnDisable () {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user