mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 20:58:38 +02:00
Merge pull request #15101 from amantley/bugAvatarHovers
Fixed: Avatar hovers off ground while running
This commit is contained in:
commit
96a696203c
2 changed files with 2 additions and 2 deletions
Binary file not shown.
|
@ -1016,8 +1016,8 @@
|
||||||
"type": "clip",
|
"type": "clip",
|
||||||
"data": {
|
"data": {
|
||||||
"url": "qrc:///avatar/animations/run_fwd.fbx",
|
"url": "qrc:///avatar/animations/run_fwd.fbx",
|
||||||
"startFrame": 0.0,
|
"startFrame": 1.0,
|
||||||
"endFrame": 21.0,
|
"endFrame": 22.0,
|
||||||
"timeScale": 1.0,
|
"timeScale": 1.0,
|
||||||
"loopFlag": true
|
"loopFlag": true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue